java.lang.Object
org.elasticsearch.search.SearchFeatures
- All Implemented Interfaces:
FeatureSpecification
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NodeFeaturestatic final NodeFeaturestatic final NodeFeaturestatic final NodeFeaturestatic final NodeFeaturestatic final NodeFeaturestatic final NodeFeaturestatic final NodeFeaturestatic final NodeFeaturestatic final NodeFeaturestatic final NodeFeaturestatic final NodeFeaturestatic final NodeFeaturestatic final NodeFeaturestatic final NodeFeaturestatic final NodeFeaturestatic final NodeFeaturestatic final NodeFeaturestatic final NodeFeaturestatic final NodeFeaturestatic final NodeFeaturestatic final NodeFeaturestatic final NodeFeaturestatic final NodeFeaturestatic final NodeFeaturestatic final NodeFeature -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a set of features that this node supports.Returns a set of test features that this node supports.
-
Field Details
-
LUCENE_10_0_0_UPGRADE
-
LUCENE_10_1_0_UPGRADE
-
LUCENE_10_4_0_UPGRADE_TEST
-
RETRIEVER_RESCORER_ENABLED
-
COMPLETION_FIELD_SUPPORTS_DUPLICATE_SUGGESTIONS
-
RESCORER_MISSING_FIELD_BAD_REQUEST
-
INT_SORT_FOR_INT_SHORT_BYTE_FIELDS
-
BBQ_HNSW_DEFAULT_INDEXING
-
SEARCH_WITH_NO_DIMENSIONS_BUGFIX
-
HNSW_FLAT_INDEX_THRESHOLD
-
SEARCH_RESCORE_SCRIPT
-
NEGATIVE_FUNCTION_SCORE_BAD_REQUEST
-
INDICES_BOOST_REMOTE_INDEX_FIX
-
NESTED_AGG_TOP_HITS_WITH_INNER_HITS
-
DATE_FORMAT_MISSING_AS_NULL
-
QUERY_VECTOR_LOOKUP_BUILDER
-
LIMIT_MAX_IDS_FEATURE
-
EXPONENTIAL_HISTOGRAM_QUERYDSL_MIN_MAX
-
FUNCTION_SCORE_NAMED_QUERIES
-
EXPONENTIAL_HISTOGRAM_QUERYDSL_PERCENTILES
-
EXPONENTIAL_HISTOGRAM_QUERYDSL_PERCENTILE_RANKS
-
EXPONENTIAL_HISTOGRAM_UPSCALING_REMOVED
-
CLOSING_INVALID_PIT_ID
-
EXPONENTIAL_HISTOGRAM_QUERYDSL_BOXPLOT
-
EXPONENTIAL_HISTOGRAM_QUERYDSL_RANGE
-
DEFAULT_DISK_BBQ
-
-
Constructor Details
-
SearchFeatures
public SearchFeatures()
-
-
Method Details
-
getFeatures
Description copied from interface:FeatureSpecificationReturns a set of 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
-