Class SearchFeatures

java.lang.Object
org.elasticsearch.search.SearchFeatures
All Implemented Interfaces:
FeatureSpecification

public final class SearchFeatures extends Object implements FeatureSpecification
  • Field Details

    • LUCENE_10_0_0_UPGRADE

      public static final NodeFeature LUCENE_10_0_0_UPGRADE
    • LUCENE_10_1_0_UPGRADE

      public static final NodeFeature LUCENE_10_1_0_UPGRADE
    • RETRIEVER_RESCORER_ENABLED

      public static final NodeFeature RETRIEVER_RESCORER_ENABLED
    • SEARCH_WITH_NO_DIMENSIONS_BUGFIX

      public static final NodeFeature SEARCH_WITH_NO_DIMENSIONS_BUGFIX
  • Constructor Details

    • SearchFeatures

      public SearchFeatures()
  • Method Details