Uses of Class
org.elasticsearch.index.mapper.DocumentMapperParser

Packages that use DocumentMapperParser
org.elasticsearch.index.mapper   
 

Uses of DocumentMapperParser in org.elasticsearch.index.mapper
 

Methods in org.elasticsearch.index.mapper that return DocumentMapperParser
 DocumentMapperParser ParseContext.docMapperParser()
           
 DocumentMapperParser MapperService.documentMapperParser()
           
 

Methods in org.elasticsearch.index.mapper with parameters of type DocumentMapperParser
 DocumentMapper DocumentMapper.Builder.build(DocumentMapperParser docMapperParser)
           
 

Constructors in org.elasticsearch.index.mapper with parameters of type DocumentMapperParser
DocumentMapper(String index, Settings indexSettings, DocumentMapperParser docMapperParser, RootObjectMapper rootObjectMapper, com.google.common.collect.ImmutableMap<String,Object> meta, NamedAnalyzer indexAnalyzer, NamedAnalyzer searchAnalyzer, NamedAnalyzer searchQuoteAnalyzer, Map<Class<? extends RootMapper>,RootMapper> rootMappers)
           
ParseContext(String index, Settings indexSettings, DocumentMapperParser docMapperParser, DocumentMapper docMapper, ContentPath path)
           
 



Copyright © 2009-2012. All Rights Reserved.