Module org.elasticsearch.server
Class RetrieverParserContext
java.lang.Object
org.elasticsearch.search.retriever.RetrieverParserContext
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Predicate<NodeFeature> protected final SearchUsage -
Constructor Summary
ConstructorsConstructorDescriptionRetrieverParserContext(SearchUsage searchUsage, Predicate<NodeFeature> clusterSupportsFeature) -
Method Summary
Modifier and TypeMethodDescriptionbooleanclusterSupportsFeature(NodeFeature nodeFeature) voidtrackQueryUsage(String query) voidtrackRescorerUsage(String name) voidtrackRetrieverUsage(String name) voidtrackSectionUsage(String section)
-
Field Details
-
searchUsage
-
clusterSupportsFeature
-
-
Constructor Details
-
RetrieverParserContext
public RetrieverParserContext(SearchUsage searchUsage, Predicate<NodeFeature> clusterSupportsFeature)
-
-
Method Details
-
trackSectionUsage
-
trackQueryUsage
-
trackRescorerUsage
-
trackRetrieverUsage
-
clusterSupportsFeature
-