Uses of Class
org.apache.lucene.monitor.MultiMatchingQueries
-
Uses of MultiMatchingQueries in org.apache.lucene.monitor
Fields in org.apache.lucene.monitor declared as MultiMatchingQueriesModifier and TypeFieldDescriptionfinal MultiMatchingQueries
<T> PresearcherMatches.matcher
The wrapped MatchesMethods in org.apache.lucene.monitor that return MultiMatchingQueriesModifier and TypeMethodDescriptionfinal MultiMatchingQueries
<T> CandidateMatcher.finish
(long buildTime, int queryCount) <T extends QueryMatch>
MultiMatchingQueries<T> Monitor.match
(Document[] docs, MatcherFactory<T> factory) Match an array ofDocument
s against the queryindex, calling aCandidateMatcher
produced by the suppliedMatcherFactory
for each possible matching query.Constructors in org.apache.lucene.monitor with parameters of type MultiMatchingQueriesModifierConstructorDescriptionPresearcherMatches
(Map<String, StringBuilder> matchingTerms, MultiMatchingQueries<T> matcher) Builds a new PresearcherMatches