Package org.elasticsearch.index.mapper
Class RoutingFieldMapper
- java.lang.Object
-
- org.elasticsearch.index.mapper.Mapper
-
- org.elasticsearch.index.mapper.FieldMapper
-
- org.elasticsearch.index.mapper.MetadataFieldMapper
-
- org.elasticsearch.index.mapper.RoutingFieldMapper
-
- All Implemented Interfaces:
java.lang.Cloneable,java.lang.Iterable<Mapper>,ToXContent,ToXContentFragment
public class RoutingFieldMapper extends MetadataFieldMapper
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRoutingFieldMapper.Builderstatic classRoutingFieldMapper.Defaultsstatic classRoutingFieldMapper.TypeParser-
Nested classes/interfaces inherited from class org.elasticsearch.index.mapper.FieldMapper
FieldMapper.CopyTo, FieldMapper.MultiFields
-
Nested classes/interfaces inherited from class org.elasticsearch.index.mapper.Mapper
Mapper.BuilderContext
-
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCONTENT_TYPEstatic java.lang.StringNAME-
Fields inherited from class org.elasticsearch.index.mapper.FieldMapper
COERCE_SETTING, copyTo, defaultFieldType, fieldType, IGNORE_MALFORMED_SETTING, indexCreatedVersion, multiFields
-
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringcontentType()protected voiddoMerge(Mapper mergeWith, boolean updateAllTypes)Merge changes coming frommergeWithin place.voidmarkAsRequired()voidparse(ParseContext context)Parse the field value using the providedParseContext.protected voidparseCreateField(ParseContext context, java.util.List<org.apache.lucene.index.IndexableField> fields)Parse the field value and populatefields.voidpreParse(ParseContext context)Called beforeFieldMapper.parse(ParseContext)on theRootObjectMapper.booleanrequired()XContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)-
Methods inherited from class org.elasticsearch.index.mapper.MetadataFieldMapper
merge, postParse
-
Methods inherited from class org.elasticsearch.index.mapper.FieldMapper
clone, copyTo, createFieldNamesField, doXContentAnalyzers, doXContentBody, doXContentDocValues, fieldType, indexOptionToString, iterator, name, termVectorOptionsToString, typeName, updateFieldType
-
Methods inherited from class org.elasticsearch.index.mapper.Mapper
simpleName
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentFragment
isFragment
-
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
CONTENT_TYPE
public static final java.lang.String CONTENT_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
markAsRequired
public void markAsRequired()
-
required
public boolean required()
-
preParse
public void preParse(ParseContext context) throws java.io.IOException
Description copied from class:MetadataFieldMapperCalled beforeFieldMapper.parse(ParseContext)on theRootObjectMapper.- Specified by:
preParsein classMetadataFieldMapper- Throws:
java.io.IOException
-
parse
public void parse(ParseContext context) throws java.io.IOException
Description copied from class:FieldMapperParse the field value using the providedParseContext.- Overrides:
parsein classFieldMapper- Throws:
java.io.IOException
-
parseCreateField
protected void parseCreateField(ParseContext context, java.util.List<org.apache.lucene.index.IndexableField> fields) throws java.io.IOException
Description copied from class:FieldMapperParse the field value and populatefields.- Specified by:
parseCreateFieldin classFieldMapper- Throws:
java.io.IOException
-
contentType
protected java.lang.String contentType()
- Specified by:
contentTypein classFieldMapper
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
- Specified by:
toXContentin interfaceToXContent- Overrides:
toXContentin classFieldMapper- Throws:
java.io.IOException
-
doMerge
protected void doMerge(Mapper mergeWith, boolean updateAllTypes)
Description copied from class:FieldMapperMerge changes coming frommergeWithin place.- Overrides:
doMergein classFieldMapperupdateAllTypes- TODO
-
-