Package org.elasticsearch.indices
Class IndicesQueryCache
java.lang.Object
org.elasticsearch.indices.IndicesQueryCache
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable,org.apache.lucene.search.QueryCache
public class IndicesQueryCache
extends java.lang.Object
implements org.apache.lucene.search.QueryCache, java.io.Closeable
-
Field Summary
Fields Modifier and Type Field Description static Setting<java.lang.Integer>INDICES_CACHE_QUERY_COUNT_SETTINGstatic Setting<ByteSizeValue>INDICES_CACHE_QUERY_SIZE_SETTINGstatic Setting<java.lang.Boolean>INDICES_QUERIES_CACHE_ALL_SEGMENTS_SETTING -
Constructor Summary
Constructors Constructor Description IndicesQueryCache(Settings settings) -
Method Summary
Modifier and Type Method Description voidclearIndex(java.lang.String index)Clear all entries that belong to the given index.voidclose()org.apache.lucene.search.WeightdoCache(org.apache.lucene.search.Weight weight, org.apache.lucene.search.QueryCachingPolicy policy)QueryCacheStatsgetStats(ShardId shard)Get usage statistics for the given shard.voidonClose(ShardId shardId)
-
Field Details
-
Constructor Details
-
Method Details
-
getStats
Get usage statistics for the given shard. -
doCache
public org.apache.lucene.search.Weight doCache(org.apache.lucene.search.Weight weight, org.apache.lucene.search.QueryCachingPolicy policy)- Specified by:
doCachein interfaceorg.apache.lucene.search.QueryCache
-
clearIndex
public void clearIndex(java.lang.String index)Clear all entries that belong to the given index. -
close
public void close()- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable
-
onClose
-