Package | Description |
---|---|
org.elasticsearch.index.mapper | |
org.elasticsearch.index.similarity |
Modifier and Type | Method and Description |
---|---|
SimilarityLookupService |
Mapper.TypeParser.ParserContext.similarityLookupService() |
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) |
Modifier and Type | Method and Description |
---|---|
SimilarityLookupService |
SimilarityService.similarityLookupService() |
Constructor and Description |
---|
SimilarityService(Index index,
Settings indexSettings,
SimilarityLookupService similarityLookupService,
MapperService mapperService) |
Copyright © 2009–2015. All rights reserved.