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) classCollectingMatcher<T extends QueryMatch>classParallelMatcher<T extends QueryMatch>Matcher class that runs matching queries in parallel.classPartitionMatcher<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.matcherprivate final CandidateMatcher<T> PartitionMatcher.resolvingMatcherFields in org.apache.lucene.monitor with type parameters of type CandidateMatcherModifier and TypeFieldDescriptionprivate final List<Future<CandidateMatcher<T>>> ParallelMatcher.futuresMethods in org.apache.lucene.monitor that return CandidateMatcherModifier and TypeMethodDescriptionParallelMatcher.MatcherWorker.call()MatcherFactory.createMatcher(IndexSearcher searcher) Create a newCandidateMatcherobject, to select queries to match against the passed-in IndexSearcherMethods in org.apache.lucene.monitor with parameters of type CandidateMatcherModifier and TypeMethodDescriptionprotected voidCandidateMatcher.copyMatches(CandidateMatcher<T> other) Copy all matches from another CandidateMatcherConstructors in org.apache.lucene.monitor with parameters of type CandidateMatcherModifierConstructorDescriptionprivateMatcherWorker(List<PartitionMatcher.MatchTask> tasks, CandidateMatcher<T> matcher) privatePresearcherQueryCollector(CandidateMatcher<T> matcher) privateStandardQueryCollector(CandidateMatcher<T> matcher)