Module org.apache.lucene.monitor
Package org.apache.lucene.monitor
Class Monitor.PresearcherQueryCollector<T extends QueryMatch>
java.lang.Object
org.apache.lucene.monitor.Monitor.StandardQueryCollector<T>
org.apache.lucene.monitor.Monitor.PresearcherQueryCollector<T>
- All Implemented Interfaces:
QueryIndex.QueryCollector
- Enclosing class:
Monitor
private class Monitor.PresearcherQueryCollector<T extends QueryMatch>
extends Monitor.StandardQueryCollector<T>
-
Field Summary
FieldsFields inherited from class org.apache.lucene.monitor.Monitor.StandardQueryCollector
matcher, queryCount
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMatches
(long buildTime) void
matchQuery
(String id, QueryCacheEntry query, QueryIndex.DataValues dataValues)
-
Field Details
-
matchingTerms
-
-
Constructor Details
-
PresearcherQueryCollector
-
-
Method Details
-
getMatches
-
scoreMode
-
matchQuery
public void matchQuery(String id, QueryCacheEntry query, QueryIndex.DataValues dataValues) throws IOException - Specified by:
matchQuery
in interfaceQueryIndex.QueryCollector
- Overrides:
matchQuery
in classMonitor.StandardQueryCollector<T extends QueryMatch>
- Throws:
IOException
-