| 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(Settings indexSettings,
MapperService mapperService,
AnalysisService analysisService,
SimilarityLookupService similarityLookupService,
ScriptService scriptService,
MapperRegistry mapperRegistry) |
Mapper.TypeParser.ParserContext(String type,
AnalysisService analysisService,
SimilarityLookupService similarityLookupService,
MapperService mapperService,
Map<String,Mapper.TypeParser> typeParsers,
Version indexVersionCreated,
ParseFieldMatcher parseFieldMatcher) |
MapperService(Index index,
IndexSettingsService indexSettingsService,
AnalysisService analysisService,
SimilarityLookupService similarityLookupService,
ScriptService scriptService,
MapperRegistry mapperRegistry) |
MapperService(Index index,
Settings indexSettings,
AnalysisService analysisService,
SimilarityLookupService similarityLookupService,
ScriptService scriptService,
MapperRegistry mapperRegistry) |
| Modifier and Type | Method and Description |
|---|---|
SimilarityLookupService |
SimilarityService.similarityLookupService() |
| Constructor and Description |
|---|
SimilarityService(Index index,
IndexSettingsService indexSettingsService,
SimilarityLookupService similarityLookupService,
MapperService mapperService) |
Copyright © 2009–2017. All rights reserved.