Module org.apache.lucene.monitor
Package org.apache.lucene.monitor
Class Monitor.StandardQueryCollector<T extends QueryMatch>
java.lang.Object
org.apache.lucene.monitor.Monitor.StandardQueryCollector<T>
- All Implemented Interfaces:
QueryIndex.QueryCollector
- Direct Known Subclasses:
Monitor.PresearcherQueryCollector
- Enclosing class:
- Monitor
private static class Monitor.StandardQueryCollector<T extends QueryMatch>
extends Object
implements QueryIndex.QueryCollector
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final CandidateMatcher<T>
(package private) int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
matchQuery
(String id, QueryCacheEntry query, QueryIndex.DataValues dataValues) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.lucene.monitor.QueryIndex.QueryCollector
scoreMode
-
Field Details
-
matcher
-
queryCount
int queryCount
-
-
Constructor Details
-
StandardQueryCollector
-
-
Method Details
-
matchQuery
public void matchQuery(String id, QueryCacheEntry query, QueryIndex.DataValues dataValues) throws IOException - Specified by:
matchQuery
in interfaceQueryIndex.QueryCollector
- Throws:
IOException
-