Uses of Interface
org.apache.lucene.monitor.QueryIndex.QueryCollector
Packages that use QueryIndex.QueryCollector
-
Uses of QueryIndex.QueryCollector in org.apache.lucene.monitor
Classes in org.apache.lucene.monitor that implement QueryIndex.QueryCollectorModifier and TypeClassDescriptionprivate classMonitor.PresearcherQueryCollector<T extends QueryMatch>private static classMonitor.StandardQueryCollector<T extends QueryMatch>Fields in org.apache.lucene.monitor declared as QueryIndex.QueryCollectorModifier and TypeFieldDescriptionprivate final QueryIndex.QueryCollectorQueryIndex.MonitorQueryCollector.matcherMethods in org.apache.lucene.monitor with parameters of type QueryIndex.QueryCollectorModifier and TypeMethodDescription(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.QueryCollectorModifierConstructorDescription(package private)MonitorQueryCollector(Map<String, QueryCacheEntry> queries, QueryIndex.QueryCollector matcher)