| Package | Description |
|---|---|
| org.elasticsearch.index | |
| org.elasticsearch.index.cache | |
| org.elasticsearch.index.query | |
| org.elasticsearch.percolator | |
| org.elasticsearch.search.internal |
| Modifier and Type | Method and Description |
|---|---|
BitsetFilterCache |
IndexService.bitsetFilterCache() |
| 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 |
|---|---|
BitsetFilterCache |
IndexCache.bitsetFilterCache()
Return the
BitsetFilterCache for this index. |
| Constructor and Description |
|---|
IndexCache(Index index,
IndexSettingsService indexSettingsService,
QueryCache queryCache,
BitsetFilterCache bitsetFilterCache) |
| 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 |
|---|---|
BitsetFilterCache |
PercolateContext.bitsetFilterCache() |
| Modifier and Type | Method and Description |
|---|---|
BitsetFilterCache |
FilteredSearchContext.bitsetFilterCache() |
BitsetFilterCache |
DefaultSearchContext.bitsetFilterCache() |
abstract BitsetFilterCache |
SearchContext.bitsetFilterCache() |
Copyright © 2009–2017. All rights reserved.