| Modifier and Type | Method and Description |
|---|---|
MapperService |
IndexService.mapperService() |
| Constructor and Description |
|---|
IndexService(Injector injector,
Index index,
NodeEnvironment nodeEnv,
AnalysisService analysisService,
MapperService mapperService,
IndexQueryParserService queryParserService,
SimilarityService similarityService,
IndexAliasesService aliasesService,
IndexCache indexCache,
IndexSettingsService settingsService,
IndexFieldDataService indexFieldData,
BitsetFilterCache bitSetFilterCache,
IndicesService indicesServices) |
| Modifier and Type | Method and Description |
|---|---|
MapperService |
CodecService.mapperService() |
| Constructor and Description |
|---|
CodecService(Index index,
IndexSettingsService indexSettingsService,
MapperService mapperService) |
PerFieldMappingPostingFormatCodec(org.apache.lucene.codecs.lucene50.Lucene50StoredFieldsFormat.Mode compressionMode,
MapperService mapperService,
ESLogger logger) |
| Modifier and Type | Method and Description |
|---|---|
IndexFieldData<?> |
IndexFieldData.Builder.build(Index index,
Settings indexSettings,
MappedFieldType fieldType,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
| Constructor and Description |
|---|
IndexFieldDataService(Index index,
IndexSettingsService indexSettingsService,
IndicesFieldDataCache indicesFieldDataCache,
CircuitBreakerService circuitBreakerService,
MapperService mapperService) |
| Modifier and Type | Method and Description |
|---|---|
IndexFieldData<?> |
ParentChildIndexFieldData.Builder.build(Index index,
Settings indexSettings,
MappedFieldType fieldType,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
AbstractGeoPointDVIndexFieldData.Builder.build(Index index,
Settings indexSettings,
MappedFieldType fieldType,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
DocValuesIndexFieldData.Builder.build(Index index,
Settings indexSettings,
MappedFieldType fieldType,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexOrdinalsFieldData |
PagedBytesIndexFieldData.Builder.build(Index index,
Settings indexSettings,
MappedFieldType fieldType,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
DoubleArrayIndexFieldData.Builder.build(Index index,
Settings indexSettings,
MappedFieldType fieldType,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<AtomicNumericFieldData> |
PackedArrayIndexFieldData.Builder.build(Index index,
Settings indexSettings,
MappedFieldType fieldType,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
FloatArrayIndexFieldData.Builder.build(Index index,
Settings indexSettings,
MappedFieldType fieldType,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
BytesBinaryDVIndexFieldData.Builder.build(Index index,
Settings indexSettings,
MappedFieldType fieldType,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
GeoPointArrayIndexFieldData.Builder.build(Index index,
Settings indexSettings,
MappedFieldType fieldType,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
IndexIndexFieldData.Builder.build(Index index,
Settings indexSettings,
MappedFieldType fieldType,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
| Constructor and Description |
|---|
ParentChildIndexFieldData(Index index,
Settings indexSettings,
MappedFieldType.Names fieldNames,
FieldDataType fieldDataType,
IndexFieldDataCache cache,
MapperService mapperService,
CircuitBreakerService breakerService) |
| Modifier and Type | Method and Description |
|---|---|
void |
FieldsVisitor.postProcess(MapperService mapperService) |
| Constructor and Description |
|---|
ShardGetService(IndexShard indexShard,
MapperService mapperService) |
| Modifier and Type | Method and Description |
|---|---|
MapperService |
Mapper.TypeParser.ParserContext.mapperService() |
abstract MapperService |
ParseContext.mapperService() |
MapperService |
ParseContext.InternalParseContext.mapperService() |
| Modifier and Type | Method and Description |
|---|---|
DocumentMapper |
DocumentMapper.Builder.build(MapperService mapperService) |
static DocumentMapper.Builder |
MapperBuilders.doc(RootObjectMapper.Builder objectBuilder,
MapperService mapperService) |
| Constructor and Description |
|---|
DocumentMapper.Builder(RootObjectMapper.Builder builder,
MapperService mapperService) |
DocumentMapper(MapperService mapperService,
Mapping mapping) |
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) |
| Modifier and Type | Method and Description |
|---|---|
static MapperService |
MapperTestUtils.newMapperService(Path tempDir,
Settings indexSettings) |
static MapperService |
MapperTestUtils.newMapperService(Path tempDir,
Settings indexSettings,
IndicesModule indicesModule) |
| Constructor and Description |
|---|
PercolatorQueriesRegistry(ShardId shardId,
Settings indexSettings,
IndexQueryParserService queryParserService,
ShardIndexingService indexingService,
IndicesLifecycle indicesLifecycle,
MapperService mapperService,
IndexFieldDataService indexFieldDataService,
ShardPercolateService shardPercolateService) |
| Modifier and Type | Method and Description |
|---|---|
MapperService |
QueryParseContext.mapperService() |
| Constructor and Description |
|---|
IndexQueryParserService(Index index,
IndexSettingsService indexSettingsService,
IndicesQueriesRegistry indicesQueriesRegistry,
ScriptService scriptService,
AnalysisService analysisService,
MapperService mapperService,
IndexCache indexCache,
IndexFieldDataService fieldDataService,
BitsetFilterCache bitsetFilterCache,
SimilarityService similarityService) |
| Modifier and Type | Method and Description |
|---|---|
MapperService |
IndexShard.mapperService() |
| Constructor and Description |
|---|
IndexShard(ShardId shardId,
IndexSettingsService indexSettingsService,
IndicesLifecycle indicesLifecycle,
Store store,
StoreRecoveryService storeRecoveryService,
ThreadPool threadPool,
MapperService mapperService,
IndexQueryParserService queryParserService,
IndexCache indexCache,
IndexAliasesService indexAliasesService,
IndicesQueryCache indicesQueryCache,
ShardPercolateService shardPercolateService,
CodecService codecService,
ShardTermVectorsService termVectorsService,
IndexFieldDataService indexFieldDataService,
IndexService indexService,
IndicesWarmer warmer,
SnapshotDeletionPolicy deletionPolicy,
SimilarityService similarityService,
EngineFactory factory,
ClusterService clusterService,
ShardPath path,
BigArrays bigArrays,
IndexSearcherWrappingService wrappingService,
IndexingMemoryController indexingMemoryController) |
ShadowIndexShard(ShardId shardId,
IndexSettingsService indexSettingsService,
IndicesLifecycle indicesLifecycle,
Store store,
StoreRecoveryService storeRecoveryService,
ThreadPool threadPool,
MapperService mapperService,
IndexQueryParserService queryParserService,
IndexCache indexCache,
IndexAliasesService indexAliasesService,
IndicesQueryCache indicesQueryCache,
ShardPercolateService shardPercolateService,
CodecService codecService,
ShardTermVectorsService termVectorsService,
IndexFieldDataService indexFieldDataService,
IndexService indexService,
IndicesWarmer warmer,
SnapshotDeletionPolicy deletionPolicy,
SimilarityService similarityService,
EngineFactory factory,
ClusterService clusterService,
ShardPath path,
BigArrays bigArrays,
IndexSearcherWrappingService wrappingService,
IndexingMemoryController indexingMemoryController) |
TranslogRecoveryPerformer(ShardId shardId,
MapperService mapperService,
IndexQueryParserService queryParserService,
IndexAliasesService indexAliasesService,
IndexCache indexCache,
ESLogger logger) |
| Modifier and Type | Method and Description |
|---|---|
MapperService |
SimilarityService.mapperService() |
| Constructor and Description |
|---|
SimilarityService(Index index,
IndexSettingsService indexSettingsService,
SimilarityLookupService similarityLookupService,
MapperService mapperService) |
| Modifier and Type | Method and Description |
|---|---|
MapperService |
PercolateContext.mapperService() |
| Constructor and Description |
|---|
InnerHitsContext.ParentChildInnerHits(SearchContext context,
ParsedQuery query,
Map<String,InnerHitsContext.BaseInnerHits> childInnerHits,
MapperService mapperService,
DocumentMapper documentMapper) |
| Modifier and Type | Method and Description |
|---|---|
MapperService |
FilteredSearchContext.mapperService() |
MapperService |
DefaultSearchContext.mapperService() |
abstract MapperService |
SearchContext.mapperService() |
| Modifier and Type | Method and Description |
|---|---|
MapperService |
DocLookup.mapperService() |
MapperService |
LeafDocLookup.mapperService() |
| Constructor and Description |
|---|
SearchLookup(MapperService mapperService,
IndexFieldDataService fieldDataService,
String[] types) |
| Modifier and Type | Method and Description |
|---|---|
SuggestionSearchContext.SuggestionContext |
SuggestContextParser.parse(XContentParser parser,
MapperService mapperService,
IndexQueryParserService queryParserService,
HasContextAndHeaders headersContext) |
SuggestionSearchContext |
SuggestParseElement.parseInternal(XContentParser parser,
MapperService mapperService,
IndexQueryParserService queryParserService,
String index,
int shardId,
HasContextAndHeaders headersContext) |
static boolean |
SuggestUtils.parseSuggestContext(XContentParser parser,
MapperService mapperService,
String fieldName,
SuggestionSearchContext.SuggestionContext suggestion,
ParseFieldMatcher parseFieldMatcher) |
static void |
SuggestUtils.verifySuggestion(MapperService mapperService,
org.apache.lucene.util.BytesRef globalText,
SuggestionSearchContext.SuggestionContext suggestion) |
| Modifier and Type | Method and Description |
|---|---|
SuggestionSearchContext.SuggestionContext |
CompletionSuggestParser.parse(XContentParser parser,
MapperService mapperService,
IndexQueryParserService queryParserService,
HasContextAndHeaders headersContext) |
| Modifier and Type | Method and Description |
|---|---|
SuggestionSearchContext.SuggestionContext |
PhraseSuggestParser.parse(XContentParser parser,
MapperService mapperService,
IndexQueryParserService queryParserService,
HasContextAndHeaders headersContext) |
| Modifier and Type | Method and Description |
|---|---|
SuggestionSearchContext.SuggestionContext |
TermSuggestParser.parse(XContentParser parser,
MapperService mapperService,
IndexQueryParserService queryParserService,
HasContextAndHeaders headersContext) |
Copyright © 2009–2017. All rights reserved.