| Package | Description |
|---|---|
| org.elasticsearch.index.codec | |
| org.elasticsearch.index.mapper |
| Modifier and Type | Method and Description |
|---|---|
PostingsFormatService |
CodecService.postingsFormatService() |
| Constructor and Description |
|---|
CodecService(Index index,
Settings indexSettings,
PostingsFormatService postingsFormatService,
DocValuesFormatService docValuesFormatService,
MapperService mapperService) |
| Modifier and Type | Method and Description |
|---|---|
PostingsFormatService |
Mapper.TypeParser.ParserContext.postingFormatService() |
| Constructor and Description |
|---|
DocumentMapperParser(Index index,
Settings indexSettings,
AnalysisService analysisService,
PostingsFormatService postingsFormatService,
DocValuesFormatService docValuesFormatService,
SimilarityLookupService similarityLookupService,
ScriptService scriptService) |
MapperService(Index index,
Settings indexSettings,
Environment environment,
AnalysisService analysisService,
IndexFieldDataService fieldDataService,
PostingsFormatService postingsFormatService,
DocValuesFormatService docValuesFormatService,
SimilarityLookupService similarityLookupService,
ScriptService scriptService) |
ParserContext(PostingsFormatService postingsFormatService,
DocValuesFormatService docValuesFormatService,
AnalysisService analysisService,
SimilarityLookupService similarityLookupService,
com.google.common.collect.ImmutableMap<String,Mapper.TypeParser> typeParsers,
Version indexVersionCreated) |
Copyright © 2009–2016. All rights reserved.