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 Summary
Fields inherited from class org.elasticsearch.index.AbstractIndexComponent
deprecationLogger, indexSettings, logger - 
Constructor Summary
ConstructorsConstructorDescriptionIndexCache(IndexSettings indexSettings, QueryCache queryCache, BitsetFilterCache bitsetFilterCache) - 
Method Summary
Modifier and TypeMethodDescriptionReturn theBitsetFilterCachefor this index.voidvoidclose()query()Methods inherited from class org.elasticsearch.index.AbstractIndexComponent
getIndexSettings, index 
- 
Constructor Details
- 
IndexCache
public IndexCache(IndexSettings indexSettings, QueryCache queryCache, BitsetFilterCache bitsetFilterCache) 
 - 
 - 
Method Details
- 
query
 - 
bitsetFilterCache
Return theBitsetFilterCachefor this index. - 
close
- Specified by:
 closein interfaceAutoCloseable- Specified by:
 closein interfaceCloseable- Throws:
 IOException
 - 
clear
 
 -