java.io.Closeable, java.lang.AutoCloseable, IndexComponentpublic class IndexCache extends AbstractIndexComponent implements java.io.Closeable
deprecationLogger, indexSettings, logger| Constructor | Description |
|---|---|
IndexCache(IndexSettings indexSettings,
QueryCache queryCache,
BitsetFilterCache bitsetFilterCache) |
| Modifier and Type | Method | Description |
|---|---|---|
BitsetFilterCache |
bitsetFilterCache() |
Return the
BitsetFilterCache for this index. |
void |
clear(java.lang.String reason) |
|
void |
close() |
|
QueryCache |
query() |
getIndexSettings, indexpublic IndexCache(IndexSettings indexSettings, QueryCache queryCache, BitsetFilterCache bitsetFilterCache)
public QueryCache query()
public BitsetFilterCache bitsetFilterCache()
BitsetFilterCache for this index.public void close()
throws java.io.IOException
close in interface java.lang.AutoCloseableclose in interface java.io.Closeablejava.io.IOExceptionpublic void clear(java.lang.String reason)