Uses of Class
org.apache.lucene.monitor.CandidateMatcher
Packages that use CandidateMatcher
-
Uses of CandidateMatcher in org.apache.lucene.monitor
Subclasses of CandidateMatcher in org.apache.lucene.monitorModifier and TypeClassDescription(package private) class
CollectingMatcher<T extends QueryMatch>
class
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.Fields in org.apache.lucene.monitor declared as CandidateMatcherModifier and TypeFieldDescriptionprivate final CandidateMatcher
<T> ParallelMatcher.collectorMatcher
(package private) final CandidateMatcher
<T> Monitor.StandardQueryCollector.matcher
(package private) final CandidateMatcher
<T> ParallelMatcher.MatcherWorker.matcher
(package private) final CandidateMatcher
<T> PartitionMatcher.MatcherWorker.matcher
private final CandidateMatcher
<T> PartitionMatcher.resolvingMatcher
Fields in org.apache.lucene.monitor with type parameters of type CandidateMatcherModifier and TypeFieldDescriptionprivate final List
<Future<CandidateMatcher<T>>> ParallelMatcher.futures
Methods in org.apache.lucene.monitor that return CandidateMatcherModifier and TypeMethodDescriptionParallelMatcher.MatcherWorker.call()
MatcherFactory.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 CandidateMatcherConstructors in org.apache.lucene.monitor with parameters of type CandidateMatcherModifierConstructorDescriptionprivate
MatcherWorker
(List<PartitionMatcher.MatchTask> tasks, CandidateMatcher<T> matcher) private
PresearcherQueryCollector
(CandidateMatcher<T> matcher) private
StandardQueryCollector
(CandidateMatcher<T> matcher)