Class SynonymFeatures

java.lang.Object
org.elasticsearch.synonyms.SynonymFeatures
All Implemented Interfaces:
FeatureSpecification

public class SynonymFeatures extends Object implements FeatureSpecification
  • Constructor Details

    • SynonymFeatures

      public SynonymFeatures()
  • Method Details

    • getTestFeatures

      public Set<NodeFeature> getTestFeatures()
      Description copied from interface: FeatureSpecification
      Returns a set of test features that this node supports.

      These features will only be exposed if the tests.testfeatures.enabled system property is set. This should only be used when deploying test clusters.

      Specified by:
      getTestFeatures in interface FeatureSpecification