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 singleDocumentagainst the queryindex, calling aCandidateMatcherproduced by the suppliedMatcherFactoryfor each possible matching query.(package private) MatchingQueries<T>MultiMatchingQueries. singleton()
-