Module org.elasticsearch.server
Package org.elasticsearch.index.mapper
Class RoutingFieldMapper.Builder
java.lang.Object
org.elasticsearch.index.mapper.Mapper.Builder
org.elasticsearch.index.mapper.FieldMapper.Builder
org.elasticsearch.index.mapper.MetadataFieldMapper.Builder
org.elasticsearch.index.mapper.RoutingFieldMapper.Builder
- All Implemented Interfaces:
ToXContent
,ToXContentFragment
- Enclosing class:
- RoutingFieldMapper
-
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, sourceKeepMode
Fields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.elasticsearch.index.mapper.MetadataFieldMapper.Builder
build, parseMetadataField
Methods inherited from class org.elasticsearch.index.mapper.FieldMapper.Builder
addScriptValidation, builderParams, 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
-
Builder
protected Builder()
-
-
Method Details
-
getParameters
- Specified by:
getParameters
in classFieldMapper.Builder
- Returns:
- the list of parameters defined for this mapper
-
build
- Specified by:
build
in classMetadataFieldMapper.Builder
-