java.lang.Object
org.elasticsearch.search.retriever.RetrieversFeatures
- All Implemented Interfaces:
FeatureSpecification
Each retriever is given its own
NodeFeature so new
retrievers can be added individually with additional functionality.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a set of regular features that this node supports.Returns a set of test features that this node supports.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.features.FeatureSpecification
getHistoricalFeatures
-
Field Details
-
NEGATIVE_RANK_WINDOW_SIZE_FIX
-
-
Constructor Details
-
RetrieversFeatures
public RetrieversFeatures()
-
-
Method Details
-
getFeatures
Description copied from interface:FeatureSpecificationReturns a set of regular features that this node supports.- Specified by:
getFeaturesin interfaceFeatureSpecification
-
getTestFeatures
Description copied from interface:FeatureSpecificationReturns a set of test features that this node supports.These features will only be exposed if the
tests.testfeatures.enabledsystem property is set. This should only be used when deploying test clusters.- Specified by:
getTestFeaturesin interfaceFeatureSpecification
-