public class DisabledQueryCache extends AbstractIndexComponent implements QueryCache
QueryCache.EntriesStatsdeprecationLogger, indexSettings, logger| Constructor and Description |
|---|
DisabledQueryCache(IndexSettings indexSettings) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear(java.lang.String reason) |
void |
close() |
org.apache.lucene.search.Weight |
doCache(org.apache.lucene.search.Weight weight,
org.apache.lucene.search.QueryCachingPolicy policy) |
getIndexSettings, indexclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitindexpublic DisabledQueryCache(IndexSettings indexSettings)
public void close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseablepublic org.apache.lucene.search.Weight doCache(org.apache.lucene.search.Weight weight,
org.apache.lucene.search.QueryCachingPolicy policy)
doCache in interface org.apache.lucene.search.QueryCachepublic void clear(java.lang.String reason)