Uses of Class
org.apache.lucene.monitor.QueryCacheEntry
-
Packages that use QueryCacheEntry Package Description org.apache.lucene.monitor Monitoring framework -
-
Uses of QueryCacheEntry in org.apache.lucene.monitor
Fields in org.apache.lucene.monitor declared as QueryCacheEntry Modifier and Type Field Description (package private) QueryCacheEntry
QueryIndex.Indexable. queryCacheEntry
Fields in org.apache.lucene.monitor with type parameters of type QueryCacheEntry Modifier and Type Field Description private java.util.Map<java.lang.String,QueryCacheEntry>
QueryIndex. purgeCache
private java.util.Map<java.lang.String,QueryCacheEntry>
QueryIndex.MonitorQueryCollector. queries
private java.util.concurrent.ConcurrentMap<java.lang.String,QueryCacheEntry>
QueryIndex. queries
Methods in org.apache.lucene.monitor that return types with arguments of type QueryCacheEntry Modifier and Type Method Description (package private) static java.util.List<QueryCacheEntry>
QueryCacheEntry. decompose(MonitorQuery mq, QueryDecomposer decomposer)
Methods in org.apache.lucene.monitor with parameters of type QueryCacheEntry Modifier and Type Method Description void
Monitor.PresearcherQueryCollector. matchQuery(java.lang.String id, QueryCacheEntry query, QueryIndex.DataValues dataValues)
void
Monitor.StandardQueryCollector. matchQuery(java.lang.String id, QueryCacheEntry query, QueryIndex.DataValues dataValues)
void
QueryIndex.QueryCollector. matchQuery(java.lang.String id, QueryCacheEntry query, QueryIndex.DataValues dataValues)
Method parameters in org.apache.lucene.monitor with type arguments of type QueryCacheEntry Modifier and Type Method Description void
QueryIndex.CachePopulator. populateCacheWithIndex(java.util.Map<java.lang.String,QueryCacheEntry> newCache)
Constructors in org.apache.lucene.monitor with parameters of type QueryCacheEntry Constructor Description Indexable(QueryCacheEntry queryCacheEntry, Document document)
Constructor parameters in org.apache.lucene.monitor with type arguments of type QueryCacheEntry Constructor Description MonitorQueryCollector(java.util.Map<java.lang.String,QueryCacheEntry> queries, QueryIndex.QueryCollector matcher)
-