Class EnsureDocsSearchableAction

java.lang.Object
org.elasticsearch.action.termvectors.EnsureDocsSearchableAction

public class EnsureDocsSearchableAction extends Object
This action is used in serverless to ensure that documents are searchable on the search tier before processing term vector requests. It is an intermediate action that is executed on the indexing node and responds with a no-op (the search node can proceed to process the term vector request). The action may trigger an external refresh to ensure the search shards are up to date before returning the no-op.
  • Field Details

  • Constructor Details

    • EnsureDocsSearchableAction

      public EnsureDocsSearchableAction()