Package org.elasticsearch.index.mapper
Class SourceFieldMapper
java.lang.Object
org.elasticsearch.index.mapper.Mapper
org.elasticsearch.index.mapper.FieldMapper
org.elasticsearch.index.mapper.MetadataFieldMapper
org.elasticsearch.index.mapper.SourceFieldMapper
- All Implemented Interfaces:
java.lang.Cloneable,java.lang.Iterable<Mapper>,org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentFragment
public class SourceFieldMapper extends MetadataFieldMapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSourceFieldMapper.Builderstatic classSourceFieldMapper.Defaultsstatic classSourceFieldMapper.TypeParserNested classes/interfaces inherited from class org.elasticsearch.index.mapper.FieldMapper
FieldMapper.CopyTo, FieldMapper.MultiFieldsNested classes/interfaces inherited from class org.elasticsearch.index.mapper.Mapper
Mapper.BuilderContext -
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCONTENT_TYPEstatic java.lang.StringNAMEstatic java.lang.StringRECOVERY_SOURCE_NAMEFields inherited from class org.elasticsearch.index.mapper.FieldMapper
COERCE_SETTING, copyTo, fieldType, IGNORE_MALFORMED_SETTING, mappedFieldType, multiFields -
Method Summary
Modifier and Type Method Description BytesReferenceapplyFilters(BytesReference originalSource, org.elasticsearch.common.xcontent.XContentType contentType)protected java.lang.StringcontentType()booleanenabled()java.lang.String[]excludes()java.lang.String[]includes()booleanisComplete()protected voidmergeOptions(FieldMapper other, java.util.List<java.lang.String> conflicts)Merge type-specific options and check for incompatible settings in mappings to be mergedvoidparse(ParseContext context)Parse the field value using the providedParseContext.protected voidparseCreateField(ParseContext context)Parse the field value and populate the fields onParseContext.doc().voidpreParse(ParseContext context)Called beforeFieldMapper.parse(ParseContext)on theRootObjectMapper.org.elasticsearch.common.xcontent.XContentBuildertoXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)Methods inherited from class org.elasticsearch.index.mapper.FieldMapper
clone, copyTo, createFieldNamesField, docValuesByDefault, doXContentAnalyzers, doXContentBody, fieldType, indexedByDefault, indexOptionToString, iterator, merge, name, parsesArrayValue, storedByDefault, termVectorOptionsToString, typeName
-
Field Details
-
NAME
public static final java.lang.String NAME- See Also:
- Constant Field Values
-
RECOVERY_SOURCE_NAME
public static final java.lang.String RECOVERY_SOURCE_NAME- See Also:
- Constant Field Values
-
CONTENT_TYPE
public static final java.lang.String CONTENT_TYPE- See Also:
- Constant Field Values
-
-
Method Details
-
enabled
public boolean enabled() -
excludes
public java.lang.String[] excludes() -
includes
public java.lang.String[] includes() -
isComplete
public boolean isComplete() -
preParse
Description copied from class:MetadataFieldMapperCalled beforeFieldMapper.parse(ParseContext)on theRootObjectMapper.- Specified by:
preParsein classMetadataFieldMapper- Throws:
java.io.IOException
-
parse
Description copied from class:FieldMapperParse the field value using the providedParseContext.- Overrides:
parsein classFieldMapper- Throws:
java.io.IOException
-
parseCreateField
Description copied from class:FieldMapperParse the field value and populate the fields onParseContext.doc(). Implementations of this method should ensure that on failing to parse parser.currentToken() must be the current failing token- Specified by:
parseCreateFieldin classFieldMapper- Throws:
java.io.IOException
-
applyFilters
@Nullable public BytesReference applyFilters(@Nullable BytesReference originalSource, @Nullable org.elasticsearch.common.xcontent.XContentType contentType) throws java.io.IOException- Throws:
java.io.IOException
-
contentType
protected java.lang.String contentType()- Specified by:
contentTypein classFieldMapper
-
toXContent
public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceorg.elasticsearch.common.xcontent.ToXContent- Overrides:
toXContentin classFieldMapper- Throws:
java.io.IOException
-
mergeOptions
Description copied from class:FieldMapperMerge type-specific options and check for incompatible settings in mappings to be merged- Overrides:
mergeOptionsin classMetadataFieldMapper
-