Uses of Class
org.apache.lucene.monitor.CandidateMatcher
-
Uses of CandidateMatcher in org.apache.lucene.monitor
Subclasses of CandidateMatcher in org.apache.lucene.monitorModifier and TypeClassDescriptionclass
ParallelMatcher<T extends QueryMatch>
Matcher class that runs matching queries in parallel.class
PartitionMatcher<T extends QueryMatch>
A multi-threaded matcher that collects all possible matches in one pass, and then partitions them amongst a number of worker threads to perform the actual matching.Methods in org.apache.lucene.monitor that return CandidateMatcherModifier and TypeMethodDescriptionMatcherFactory.createMatcher
(IndexSearcher searcher) Create a newCandidateMatcher
object, to select queries to match against the passed-in IndexSearcherMethods in org.apache.lucene.monitor with parameters of type CandidateMatcherModifier and TypeMethodDescriptionprotected void
CandidateMatcher.copyMatches
(CandidateMatcher<T> other) Copy all matches from another CandidateMatcher