Modifier and Type | Method and Description |
---|---|
FixedBitSetFilterCache |
IndexService.fixedBitSetFilterCache() |
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 |
---|---|
FixedBitSetFilterCache |
IndexCache.fixedBitSetFilterCache()
Return the
FixedBitSetFilterCache for this index. |
Constructor and Description |
---|
IndexCache(Index index,
Settings indexSettings,
FilterCache filterCache,
QueryParserCache queryParserCache,
DocSetCache docSetCache,
FixedBitSetFilterCache fixedBitSetFilterCache) |
Modifier and Type | Method and Description |
---|---|
ObjectMapper |
DocumentMapper.findNestedObjectMapper(int nestedDocId,
FixedBitSetFilterCache cache,
org.apache.lucene.index.AtomicReaderContext context)
Returns the best nested
ObjectMapper instances that is in the scope of the specified nested docId. |
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 |
---|---|
FixedBitSetFilterCache |
PercolateContext.fixedBitSetFilterCache() |
Modifier and Type | Method and Description |
---|---|
abstract FixedBitSetFilterCache |
SearchContext.fixedBitSetFilterCache() |
FixedBitSetFilterCache |
FilteredSearchContext.fixedBitSetFilterCache() |
FixedBitSetFilterCache |
DefaultSearchContext.fixedBitSetFilterCache() |
Copyright © 2009–2015. All rights reserved.