Uses of Class
org.apache.lucene.monitor.MatchingQueries
-
Packages that use MatchingQueries Package Description org.apache.lucene.monitor Monitoring framework -
-
Uses of MatchingQueries in org.apache.lucene.monitor
Methods in org.apache.lucene.monitor that return MatchingQueries Modifier and Type Method Description <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.(package private) MatchingQueries<T>
MultiMatchingQueries. singleton()
-