Uses of Class
org.apache.lucene.monitor.HighlightsMatch
-
Packages that use HighlightsMatch Package Description org.apache.lucene.monitor Monitoring framework -
-
Uses of HighlightsMatch in org.apache.lucene.monitor
Fields in org.apache.lucene.monitor with type parameters of type HighlightsMatch Modifier and Type Field Description static MatcherFactory<HighlightsMatch>
HighlightsMatch. MATCHER
Methods in org.apache.lucene.monitor that return HighlightsMatch Modifier and Type Method Description (package private) static HighlightsMatch
HighlightsMatch. merge(java.lang.String queryId, HighlightsMatch... matches)
Methods in org.apache.lucene.monitor with parameters of type HighlightsMatch Modifier and Type Method Description (package private) static HighlightsMatch
HighlightsMatch. merge(java.lang.String queryId, HighlightsMatch... matches)
-