Package | Description |
---|---|
org.elasticsearch.index.mapper |
Modifier and Type | Method and Description |
---|---|
abstract DocumentMapperParser |
ParseContext.docMapperParser() |
DocumentMapperParser |
ParseContext.InternalParseContext.docMapperParser() |
DocumentMapperParser |
MapperService.documentMapperParser() |
Modifier and Type | Method and Description |
---|---|
DocumentMapper |
DocumentMapper.Builder.build(DocumentMapperParser docMapperParser) |
Constructor and Description |
---|
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,
List<org.elasticsearch.index.mapper.DocumentMapper.SourceTransform> sourceTransforms) |
InternalParseContext(String index,
Settings indexSettings,
DocumentMapperParser docMapperParser,
DocumentMapper docMapper,
ContentPath path) |
Copyright © 2009–2015. All rights reserved.