Uses of Interface
org.apache.lucene.monitor.QueryIndex.QueryCollector
-
Packages that use QueryIndex.QueryCollector Package Description org.apache.lucene.monitor Monitoring framework -
-
Uses of QueryIndex.QueryCollector in org.apache.lucene.monitor
Classes in org.apache.lucene.monitor that implement QueryIndex.QueryCollector Modifier and Type Class Description private classMonitor.PresearcherQueryCollector<T extends QueryMatch>private static classMonitor.StandardQueryCollector<T extends QueryMatch>Fields in org.apache.lucene.monitor declared as QueryIndex.QueryCollector Modifier and Type Field Description private QueryIndex.QueryCollectorQueryIndex.MonitorQueryCollector. matcherMethods in org.apache.lucene.monitor with parameters of type QueryIndex.QueryCollector Modifier and Type Method Description (package private) voidQueryIndex. scan(QueryIndex.QueryCollector matcher)(package private) longQueryIndex. search(QueryIndex.QueryBuilder queryBuilder, QueryIndex.QueryCollector matcher)(package private) longQueryIndex. search(Query query, QueryIndex.QueryCollector matcher)Constructors in org.apache.lucene.monitor with parameters of type QueryIndex.QueryCollector Constructor Description MonitorQueryCollector(java.util.Map<java.lang.String,QueryCacheEntry> queries, QueryIndex.QueryCollector matcher)
-