Package org.elasticsearch.index.cache
Class IndexCache
java.lang.Object
org.elasticsearch.index.AbstractIndexComponent
org.elasticsearch.index.cache.IndexCache
- All Implemented Interfaces:
- Closeable,- AutoCloseable,- IndexComponent
- 
Field SummaryFields inherited from class org.elasticsearch.index.AbstractIndexComponentdeprecationLogger, indexSettings, logger
- 
Constructor SummaryConstructorsConstructorDescriptionIndexCache(IndexSettings indexSettings, QueryCache queryCache, BitsetFilterCache bitsetFilterCache)
- 
Method SummaryModifier and TypeMethodDescriptionReturn theBitsetFilterCachefor this index.voidvoidclose()query()Methods inherited from class org.elasticsearch.index.AbstractIndexComponentgetIndexSettings, index
- 
Constructor Details- 
IndexCachepublic IndexCache(IndexSettings indexSettings, QueryCache queryCache, BitsetFilterCache bitsetFilterCache)
 
- 
- 
Method Details- 
query
- 
bitsetFilterCacheReturn theBitsetFilterCachefor this index.
- 
close- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Throws:
- IOException
 
- 
clear
 
-