Interface QueryCache
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable,IndexComponent,org.apache.lucene.search.QueryCache
- All Known Implementing Classes:
DisabledQueryCache,IndexQueryCache
public interface QueryCache extends IndexComponent, java.io.Closeable, org.apache.lucene.search.QueryCache
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classQueryCache.EntriesStats
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclear(java.lang.String reason)-
Methods inherited from interface org.elasticsearch.index.IndexComponent
index
-
-