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 class
Monitor.PresearcherQueryCollector<T extends QueryMatch>
private static class
Monitor.StandardQueryCollector<T extends QueryMatch>
Fields in org.apache.lucene.monitor declared as QueryIndex.QueryCollector Modifier and Type Field Description private QueryIndex.QueryCollector
QueryIndex.MonitorQueryCollector. matcher
Methods in org.apache.lucene.monitor with parameters of type QueryIndex.QueryCollector Modifier and Type Method Description (package private) void
QueryIndex. scan(QueryIndex.QueryCollector matcher)
(package private) long
QueryIndex. search(QueryIndex.QueryBuilder queryBuilder, QueryIndex.QueryCollector matcher)
(package private) long
QueryIndex. 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)
-