Modifier and Type | Method and Description |
---|---|
MapperService |
IndexService.mapperService() |
Constructor and Description |
---|
IndexService(Injector injector,
Index index,
Settings indexSettings,
NodeEnvironment nodeEnv,
AnalysisService analysisService,
MapperService mapperService,
IndexQueryParserService queryParserService,
SimilarityService similarityService,
IndexAliasesService aliasesService,
IndexCache indexCache,
IndexEngine indexEngine,
IndexGateway indexGateway,
IndexStore indexStore,
IndexSettingsService settingsService,
IndexFieldDataService indexFieldData,
FixedBitSetFilterCache fixedBitSetFilterCache,
IndicesService indicesServices) |
Modifier and Type | Method and Description |
---|---|
MapperService |
CodecService.mapperService() |
Constructor and Description |
---|
CodecService(Index index,
Settings indexSettings,
PostingsFormatService postingsFormatService,
DocValuesFormatService docValuesFormatService,
MapperService mapperService) |
PerFieldMappingPostingFormatCodec(MapperService mapperService,
org.apache.lucene.codecs.PostingsFormat defaultPostingFormat,
org.apache.lucene.codecs.DocValuesFormat defaultDocValuesFormat,
ESLogger logger) |
Modifier and Type | Method and Description |
---|---|
IndexFieldData<?> |
IndexFieldData.Builder.build(Index index,
Settings indexSettings,
FieldMapper<?> mapper,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
Modifier and Type | Method and Description |
---|---|
IndexFieldData<?> |
GeoPointCompressedIndexFieldData.Builder.build(Index index,
Settings indexSettings,
FieldMapper<?> mapper,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
FloatArrayIndexFieldData.Builder.build(Index index,
Settings indexSettings,
FieldMapper<?> mapper,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
DocValuesIndexFieldData.Builder.build(Index index,
Settings indexSettings,
FieldMapper<?> mapper,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
ParentChildIndexFieldData.Builder.build(Index index,
Settings indexSettings,
FieldMapper<?> mapper,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<AtomicFieldData> |
DisabledIndexFieldData.Builder.build(Index index,
Settings indexSettings,
FieldMapper<?> mapper,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
DoubleArrayIndexFieldData.Builder.build(Index index,
Settings indexSettings,
FieldMapper<?> mapper,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
IndexIndexFieldData.Builder.build(Index index,
Settings indexSettings,
FieldMapper<?> mapper,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexOrdinalsFieldData |
FSTBytesIndexFieldData.Builder.build(Index index,
Settings indexSettings,
FieldMapper<?> mapper,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
GeoPointDoubleArrayIndexFieldData.Builder.build(Index index,
Settings indexSettings,
FieldMapper<?> mapper,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
GeoPointBinaryDVIndexFieldData.Builder.build(Index index,
Settings indexSettings,
FieldMapper<?> mapper,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<AtomicNumericFieldData> |
PackedArrayIndexFieldData.Builder.build(Index index,
Settings indexSettings,
FieldMapper<?> mapper,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
BytesBinaryDVIndexFieldData.Builder.build(Index index,
Settings indexSettings,
FieldMapper<?> mapper,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexOrdinalsFieldData |
PagedBytesIndexFieldData.Builder.build(Index index,
Settings indexSettings,
FieldMapper<?> mapper,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
Constructor and Description |
---|
ParentChildIndexFieldData(Index index,
Settings indexSettings,
FieldMapper.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(ShardId shardId,
Settings indexSettings,
ScriptService scriptService,
MapperService mapperService,
IndexFieldDataService fieldDataService) |
Constructor and Description |
---|
SmartNameFieldMappers(MapperService mapperService,
FieldMappers fieldMappers,
DocumentMapper docMapper,
boolean explicitTypeInName) |
Constructor and Description |
---|
PercolatorQueriesRegistry(ShardId shardId,
Settings indexSettings,
IndexQueryParserService queryParserService,
ShardIndexingService indexingService,
IndicesLifecycle indicesLifecycle,
MapperService mapperService,
IndexCache indexCache,
IndexFieldDataService indexFieldDataService,
ShardPercolateService shardPercolateService) |
Modifier and Type | Method and Description |
---|---|
MapperService |
QueryParseContext.mapperService() |
Constructor and Description |
---|
IndexQueryParserService(Index index,
Settings indexSettings,
IndicesQueriesRegistry indicesQueriesRegistry,
CacheRecycler cacheRecycler,
ScriptService scriptService,
AnalysisService analysisService,
MapperService mapperService,
IndexCache indexCache,
IndexFieldDataService fieldDataService,
IndexEngine indexEngine,
FixedBitSetFilterCache fixedBitSetFilterCache,
SimilarityService similarityService,
Map<String,QueryParserFactory> namedQueryParsers,
Map<String,FilterParserFactory> namedFilterParsers) |
Modifier and Type | Method and Description |
---|---|
MapperService |
IndexShard.mapperService() |
Constructor and Description |
---|
IndexShard(ShardId shardId,
Settings indexSettings,
IndexSettingsService indexSettingsService,
IndicesLifecycle indicesLifecycle,
Store store,
MergeSchedulerProvider mergeScheduler,
Translog translog,
ThreadPool threadPool,
MapperService mapperService,
IndexQueryParserService queryParserService,
IndexCache indexCache,
IndexAliasesService indexAliasesService,
ShardIndexingService indexingService,
ShardGetService getService,
ShardSearchService searchService,
ShardIndexWarmerService shardWarmerService,
ShardFilterCache shardFilterCache,
ShardFieldData shardFieldData,
PercolatorQueriesRegistry percolatorQueriesRegistry,
ShardPercolateService shardPercolateService,
CodecService codecService,
ShardTermVectorService termVectorService,
IndexFieldDataService indexFieldDataService,
IndexService indexService,
ShardSuggestService shardSuggestService,
ShardQueryCache shardQueryCache,
ShardFixedBitSetFilterCache shardFixedBitSetFilterCache,
IndicesWarmer warmer,
SnapshotDeletionPolicy deletionPolicy,
AnalysisService analysisService,
SimilarityService similarityService,
MergePolicyProvider mergePolicyProvider,
EngineFactory factory,
ClusterService clusterService) |
ShadowIndexShard(ShardId shardId,
Settings indexSettings,
IndexSettingsService indexSettingsService,
IndicesLifecycle indicesLifecycle,
Store store,
MergeSchedulerProvider mergeScheduler,
Translog translog,
ThreadPool threadPool,
MapperService mapperService,
IndexQueryParserService queryParserService,
IndexCache indexCache,
IndexAliasesService indexAliasesService,
ShardIndexingService indexingService,
ShardGetService getService,
ShardSearchService searchService,
ShardIndexWarmerService shardWarmerService,
ShardFilterCache shardFilterCache,
ShardFieldData shardFieldData,
PercolatorQueriesRegistry percolatorQueriesRegistry,
ShardPercolateService shardPercolateService,
CodecService codecService,
ShardTermVectorService termVectorService,
IndexFieldDataService indexFieldDataService,
IndexService indexService,
ShardSuggestService shardSuggestService,
ShardQueryCache shardQueryCache,
ShardFixedBitSetFilterCache shardFixedBitSetFilterCache,
AnalysisService analysisService,
IndicesWarmer warmer,
SnapshotDeletionPolicy deletionPolicy,
SimilarityService similarityService,
MergePolicyProvider mergePolicyProvider,
EngineFactory factory,
ClusterService clusterService) |
Modifier and Type | Method and Description |
---|---|
MapperService |
SimilarityService.mapperService() |
Constructor and Description |
---|
SimilarityService(Index index,
Settings indexSettings,
SimilarityLookupService similarityLookupService,
MapperService mapperService) |
Modifier and Type | Method and Description |
---|---|
MapperService |
PercolateContext.mapperService() |
Modifier and Type | Method and Description |
---|---|
abstract MapperService |
SearchContext.mapperService() |
MapperService |
FilteredSearchContext.mapperService() |
MapperService |
DefaultSearchContext.mapperService() |
Modifier and Type | Method and Description |
---|---|
MapperService |
DocLookup.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) |
SuggestionSearchContext |
SuggestParseElement.parseInternal(XContentParser parser,
MapperService mapperService,
String index,
int shardId) |
static boolean |
SuggestUtils.parseSuggestContext(XContentParser parser,
MapperService mapperService,
String fieldName,
SuggestionSearchContext.SuggestionContext suggestion) |
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) |
Modifier and Type | Method and Description |
---|---|
SuggestionSearchContext.SuggestionContext |
PhraseSuggestParser.parse(XContentParser parser,
MapperService mapperService) |
Modifier and Type | Method and Description |
---|---|
SuggestionSearchContext.SuggestionContext |
TermSuggestParser.parse(XContentParser parser,
MapperService mapperService) |
Copyright © 2009–2015. All rights reserved.