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:
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, multiFieldsBuilder
Fields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
Methods inherited from class org.elasticsearch.index.mapper.FieldMapper.Builder
addScriptValidation, build, getParameters, handleUnknownParamOnLegacyIndex, init, merge, parse, toXContent, validate
Methods inherited from class org.elasticsearch.index.mapper.Mapper.Builder
leafName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.elasticsearch.xcontent.ToXContentFragment
isFragment
-
Constructor Details
-
DimensionBuilder
-
-
Method Details
-
inheritDimensionParameterFromParentObject
-