java.lang.Object
org.elasticsearch.index.mapper.MapperFeatures
- All Implemented Interfaces:
FeatureSpecification
Spec for mapper-related features.
-
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, wait
Methods inherited from interface org.elasticsearch.features.FeatureSpecification
getHistoricalFeatures
-
Field Details
-
CONSTANT_KEYWORD_SYNTHETIC_SOURCE_WRITE_FIX
-
-
Constructor Details
-
MapperFeatures
public MapperFeatures()
-
-
Method Details
-
getFeatures
Description copied from interface:FeatureSpecification
Returns a set of regular features that this node supports.- Specified by:
getFeatures
in interfaceFeatureSpecification
-
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 interfaceFeatureSpecification
-