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
ConstructorDescriptionIndexCache(IndexSettings indexSettings, QueryCache queryCache, BitsetFilterCache bitsetFilterCache)
-
Method Summary
Modifier and TypeMethodDescriptionReturn theBitsetFilterCache
for this index.void
void
close()
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 theBitsetFilterCache
for this index. -
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
clear
-