Package | Description |
---|---|
org.elasticsearch.index.mapper |
Modifier and Type | Method and Description |
---|---|
RootObjectMapper |
DocumentMapper.root() |
abstract RootObjectMapper |
ParseContext.root() |
RootObjectMapper |
ParseContext.InternalParseContext.root() |
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) |
Copyright © 2009–2015. All rights reserved.