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 QueryCacheEntryWritableQueryIndex.Indexable.queryCacheEntryFields in org.apache.lucene.monitor with type parameters of type QueryCacheEntryModifier and TypeFieldDescriptionprivate Map<String, QueryCacheEntry> WritableQueryIndex.purgeCacheprivate final Map<String, QueryCacheEntry> WritableQueryIndex.MonitorQueryCollector.queriesprotected ConcurrentMap<String, QueryCacheEntry> WritableQueryIndex.queriesMethods 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 TypeMethodDescriptionvoidMonitor.PresearcherQueryCollector.matchQuery(String id, QueryCacheEntry query, QueryIndex.DataValues dataValues) voidMonitor.StandardQueryCollector.matchQuery(String id, QueryCacheEntry query, QueryIndex.DataValues dataValues) voidQueryIndex.QueryCollector.matchQuery(String id, QueryCacheEntry query, QueryIndex.DataValues dataValues) Method parameters in org.apache.lucene.monitor with type arguments of type QueryCacheEntryModifier and TypeMethodDescriptionvoidQueryIndex.CachePopulator.populateCacheWithIndex(Map<String, QueryCacheEntry> newCache) Constructors in org.apache.lucene.monitor with parameters of type QueryCacheEntryModifierConstructorDescriptionprivateIndexable(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)