Uses of Class
org.apache.lucene.monitor.QueryCacheEntry
Packages that use QueryCacheEntry
-
Uses of QueryCacheEntry in org.apache.lucene.monitor
Fields in org.apache.lucene.monitor declared as QueryCacheEntryModifier and TypeFieldDescription(package private) final QueryCacheEntry
WritableQueryIndex.Indexable.queryCacheEntry
Fields in org.apache.lucene.monitor with type parameters of type QueryCacheEntryModifier and TypeFieldDescriptionprivate Map<String,
QueryCacheEntry> WritableQueryIndex.purgeCache
private final Map<String,
QueryCacheEntry> WritableQueryIndex.MonitorQueryCollector.queries
protected ConcurrentMap<String,
QueryCacheEntry> WritableQueryIndex.queries
Methods in org.apache.lucene.monitor that return types with arguments of type QueryCacheEntryModifier and TypeMethodDescription(package private) static List<QueryCacheEntry>
QueryCacheEntry.decompose
(MonitorQuery mq, QueryDecomposer decomposer) Methods in org.apache.lucene.monitor with parameters of type QueryCacheEntryModifier and TypeMethodDescriptionvoid
Monitor.PresearcherQueryCollector.matchQuery
(String id, QueryCacheEntry query, QueryIndex.DataValues dataValues) void
Monitor.StandardQueryCollector.matchQuery
(String id, QueryCacheEntry query, QueryIndex.DataValues dataValues) void
QueryIndex.QueryCollector.matchQuery
(String id, QueryCacheEntry query, QueryIndex.DataValues dataValues) Method parameters in org.apache.lucene.monitor with type arguments of type QueryCacheEntryModifier and TypeMethodDescriptionvoid
QueryIndex.CachePopulator.populateCacheWithIndex
(Map<String, QueryCacheEntry> newCache) Constructors in org.apache.lucene.monitor with parameters of type QueryCacheEntryModifierConstructorDescriptionprivate
Indexable
(QueryCacheEntry queryCacheEntry, Document document) Constructor parameters in org.apache.lucene.monitor with type arguments of type QueryCacheEntryModifierConstructorDescription(package private)
MonitorQueryCollector
(Map<String, QueryCacheEntry> queries, QueryIndex.QueryCollector matcher)