private class Monitor.PresearcherQueryCollector<T extends QueryMatch> extends Monitor.StandardQueryCollector<T>
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Map<java.lang.String,java.lang.StringBuilder> |
matchingTerms |
matcher, queryCount
Modifier | Constructor and Description |
---|---|
private |
PresearcherQueryCollector(CandidateMatcher<T> matcher) |
Modifier and Type | Method and Description |
---|---|
PresearcherMatches<T> |
getMatches(long buildTime) |
void |
matchQuery(java.lang.String id,
QueryCacheEntry query,
QueryIndex.DataValues dataValues) |
ScoreMode |
scoreMode() |
final java.util.Map<java.lang.String,java.lang.StringBuilder> matchingTerms
private PresearcherQueryCollector(CandidateMatcher<T> matcher)
public PresearcherMatches<T> getMatches(long buildTime)
public ScoreMode scoreMode()
public void matchQuery(java.lang.String id, QueryCacheEntry query, QueryIndex.DataValues dataValues) throws java.io.IOException
matchQuery
in interface QueryIndex.QueryCollector
matchQuery
in class Monitor.StandardQueryCollector<T extends QueryMatch>
java.io.IOException