Uses of Class
org.apache.lucene.monitor.HighlightsMatch.Hit
-
Packages that use HighlightsMatch.Hit Package Description org.apache.lucene.monitor Monitoring framework -
-
Uses of HighlightsMatch.Hit in org.apache.lucene.monitor
Fields in org.apache.lucene.monitor with type parameters of type HighlightsMatch.Hit Modifier and Type Field Description private java.util.Map<java.lang.String,java.util.Set<HighlightsMatch.Hit>>
HighlightsMatch. hits
Methods in org.apache.lucene.monitor that return types with arguments of type HighlightsMatch.Hit Modifier and Type Method Description java.util.Map<java.lang.String,java.util.Set<HighlightsMatch.Hit>>
HighlightsMatch. getHits()
java.util.Collection<HighlightsMatch.Hit>
HighlightsMatch. getHits(java.lang.String field)
Get the hits for a specific fieldMethods in org.apache.lucene.monitor with parameters of type HighlightsMatch.Hit Modifier and Type Method Description int
HighlightsMatch.Hit. compareTo(HighlightsMatch.Hit other)
-