Package | Description |
---|---|
org.elasticsearch.index.codec | |
org.elasticsearch.index.mapper |
Modifier and Type | Method and Description |
---|---|
DocValuesFormatService |
CodecService.docValuesFormatService() |
Constructor and Description |
---|
CodecService(Index index,
Settings indexSettings,
PostingsFormatService postingsFormatService,
DocValuesFormatService docValuesFormatService,
MapperService mapperService) |
Modifier and Type | Method and Description |
---|---|
DocValuesFormatService |
Mapper.TypeParser.ParserContext.docValuesFormatService() |
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–2015. All rights reserved.