Uses of Class
org.apache.lucene.search.matchhighlight.MatchHighlighter.QueryOffsetRange
-
Packages that use MatchHighlighter.QueryOffsetRange Package Description org.apache.lucene.search.matchhighlight This package contains several components useful to build a highlighter on top of theMatches
API. -
-
Uses of MatchHighlighter.QueryOffsetRange in org.apache.lucene.search.matchhighlight
Fields in org.apache.lucene.search.matchhighlight with type parameters of type MatchHighlighter.QueryOffsetRange Modifier and Type Field Description private java.util.LinkedHashMap<java.lang.String,java.util.List<MatchHighlighter.QueryOffsetRange>>
MatchHighlighter.DocHit. matchRanges
Methods in org.apache.lucene.search.matchhighlight that return MatchHighlighter.QueryOffsetRange Modifier and Type Method Description MatchHighlighter.QueryOffsetRange
MatchHighlighter.QueryOffsetRange. slice(int from, int to)
-