Uses of Class
org.apache.lucene.monitor.MatchingQueries
-
Uses of MatchingQueries in org.apache.lucene.monitor
Methods in org.apache.lucene.monitor that return MatchingQueriesModifier and TypeMethodDescription<T extends QueryMatch>
MatchingQueries<T> Monitor.match
(Document doc, MatcherFactory<T> factory) Match a singleDocument
against the queryindex, calling aCandidateMatcher
produced by the suppliedMatcherFactory
for each possible matching query.