Package org.elasticsearch.index.mapper

Interface Summary
AllFieldMapper  
BoostFieldMapper A field mapper that allows to control the boosting of a parsed document.
DocumentMapper  
DocumentMapper.ParseListener<ParseContext> A listener to be called during the parse process.
DocumentMapperParser  
FieldMapper<T>  
FieldMapperListener  
IdFieldMapper  
IndexFieldMapper A mapper that maps the index name of the resource into the document.
InternalMapper A marker interface for internal mappings.
ParentFieldMapper  
RoutingFieldMapper  
SourceFieldMapper A mapper that maps the actual source of a generated document.
TypeFieldMapper A mapper that maps the type of the resource into the document.
UidFieldMapper  
 

Class Summary
AllButSourceFieldSelector An optimized field selector that loads just the uid and the source.
DocumentFieldMappers  
DocumentMapper.MergeFlags  
DocumentMapper.MergeResult A result of a merge.
DocumentMapper.ParseListenerAdapter  
FieldMapper.Names  
FieldMappers A holder for several FieldMapper.
FieldMappersFieldSelector  
MapperService  
MapperService.SmartNameFieldMappers  
MapperServiceModule  
ParsedDocument The result of parsing a document.
SourceFieldSelector An optimized field selector that loads just the uid.
SourceToParse  
Uid  
UidAndSourceFieldSelector An optimized field selector that loads just the uid and the source.
UidFieldSelector An optimized field selector that loads just the uid.
 

Exception Summary
FailedToGenerateSourceMapperException  
MapperCompressionException  
MapperException  
MapperParsingException  
MergeMappingException  
StrictDynamicMappingException