Module org.elasticsearch.server
Class EnsureDocsSearchableAction
java.lang.Object
org.elasticsearch.action.termvectors.EnsureDocsSearchableAction
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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final ActionType<ActionResponse.Empty> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TYPE
-
ENSURE_DOCS_SEARCHABLE_ORIGIN
- See Also:
-
-
Constructor Details
-
EnsureDocsSearchableAction
public EnsureDocsSearchableAction()
-