Module org.elasticsearch.server
Package org.elasticsearch.index.mapper
Class FieldMapper.DimensionBuilder
java.lang.Object
org.elasticsearch.index.mapper.Mapper.Builder
org.elasticsearch.index.mapper.FieldMapper.Builder
org.elasticsearch.index.mapper.FieldMapper.DimensionBuilder
- All Implemented Interfaces:
ToXContent,ToXContentFragment
- Direct Known Subclasses:
BooleanFieldMapper.Builder,IpFieldMapper.Builder,KeywordFieldMapper.Builder,NumberFieldMapper.Builder
- Enclosing class:
FieldMapper
Creates mappers for fields that can act as time-series dimensions.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params -
Field Summary
Fields inherited from class org.elasticsearch.index.mapper.FieldMapper.Builder
copyTo, hasScript, multiFieldsBuilder, onScriptError, sourceKeepModeFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanMethods inherited from class org.elasticsearch.index.mapper.FieldMapper.Builder
addMultiField, addScriptValidation, build, builderParams, getParameters, handleUnknownParamOnLegacyIndex, init, merge, parse, toXContent, validateMethods inherited from class org.elasticsearch.index.mapper.Mapper.Builder
leafNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentFragment
isFragment
-
Constructor Details
-
DimensionBuilder
-
-
Method Details
-
inheritDimensionParameterFromParentObject
-