| Modifier and Type | Method and Description |
|---|---|
void |
AliasValidator.validateAliasFilter(String alias,
byte[] filter,
IndexQueryParserService indexQueryParserService)
Validates an alias filter by parsing it using the
provided
IndexQueryParserService |
void |
AliasValidator.validateAliasFilter(String alias,
String filter,
IndexQueryParserService indexQueryParserService)
Validates an alias filter by parsing it using the
provided
IndexQueryParserService |
| Modifier and Type | Method and Description |
|---|---|
IndexQueryParserService |
IndexService.queryParserService() |
| 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) |
| Constructor and Description |
|---|
IndexAliasesService(Index index,
IndexSettingsService indexSettingsService,
IndexQueryParserService indexQueryParser) |
| 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 |
|---|---|
IndexQueryParserService |
QueryParseContext.indexQueryParserService() |
| Constructor and Description |
|---|
QueryParseContext(Index index,
IndexQueryParserService indexQueryParser) |
| 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 |
|---|---|
IndexQueryParserService |
PercolateContext.queryParserService() |
| Modifier and Type | Method and Description |
|---|---|
SearchContextHighlight |
HighlighterParseElement.parse(XContentParser parser,
IndexQueryParserService queryParserService) |
protected org.elasticsearch.search.highlight.SearchContextHighlight.FieldOptions.Builder |
HighlighterParseElement.parseFields(XContentParser parser,
IndexQueryParserService queryParserService) |
| Modifier and Type | Method and Description |
|---|---|
IndexQueryParserService |
FilteredSearchContext.queryParserService() |
IndexQueryParserService |
DefaultSearchContext.queryParserService() |
abstract IndexQueryParserService |
SearchContext.queryParserService() |
| 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) |
| 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.