Uses of Class
org.apache.lucene.search.matchhighlight.OffsetsFromPositions
-
Packages that use OffsetsFromPositions Package Description org.apache.lucene.search.matchhighlight This package contains several components useful to build a highlighter on top of theMatches
API. -
-
Uses of OffsetsFromPositions in org.apache.lucene.search.matchhighlight
Fields in org.apache.lucene.search.matchhighlight declared as OffsetsFromPositions Modifier and Type Field Description private OffsetsFromPositions
OffsetsFromMatchIterator. noOffsetsFallback
Constructors in org.apache.lucene.search.matchhighlight with parameters of type OffsetsFromPositions Constructor Description OffsetsFromMatchIterator(java.lang.String field, OffsetsFromPositions noOffsetsFallback)
-