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 java.lang.Object implements QueryIndex.QueryCollector
-
-
Field Summary
Fields Modifier and Type Field Description (package private) CandidateMatcher<T>
matcher
(package private) int
queryCount
-
Constructor Summary
Constructors Modifier Constructor Description private
StandardQueryCollector(CandidateMatcher<T> matcher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
matchQuery(java.lang.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 Detail
-
matcher
final CandidateMatcher<T extends QueryMatch> matcher
-
queryCount
int queryCount
-
-
Constructor Detail
-
StandardQueryCollector
private StandardQueryCollector(CandidateMatcher<T> matcher)
-
-
Method Detail
-
matchQuery
public void matchQuery(java.lang.String id, QueryCacheEntry query, QueryIndex.DataValues dataValues) throws java.io.IOException
- Specified by:
matchQuery
in interfaceQueryIndex.QueryCollector
- Throws:
java.io.IOException
-
-