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) QueryCacheEntryQueryIndex.Indexable. queryCacheEntryFields 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. purgeCacheprivate java.util.Map<java.lang.String,QueryCacheEntry>QueryIndex.MonitorQueryCollector. queriesprivate java.util.concurrent.ConcurrentMap<java.lang.String,QueryCacheEntry>QueryIndex. queriesMethods 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 voidMonitor.PresearcherQueryCollector. matchQuery(java.lang.String id, QueryCacheEntry query, QueryIndex.DataValues dataValues)voidMonitor.StandardQueryCollector. matchQuery(java.lang.String id, QueryCacheEntry query, QueryIndex.DataValues dataValues)voidQueryIndex.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 voidQueryIndex.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)
-