Uses of Interface
org.apache.lucene.search.matchhighlight.OffsetsRetrievalStrategySupplier
-
Packages that use OffsetsRetrievalStrategySupplier Package Description org.apache.lucene.search.matchhighlight This package contains several components useful to build a highlighter on top of theMatchesAPI. -
-
Uses of OffsetsRetrievalStrategySupplier in org.apache.lucene.search.matchhighlight
Fields in org.apache.lucene.search.matchhighlight declared as OffsetsRetrievalStrategySupplier Modifier and Type Field Description private OffsetsRetrievalStrategySupplierMatchHighlighter. offsetsRetrievalStrategiesMethods in org.apache.lucene.search.matchhighlight that return OffsetsRetrievalStrategySupplier Modifier and Type Method Description static OffsetsRetrievalStrategySupplierMatchRegionRetriever. computeOffsetRetrievalStrategies(IndexReader reader, Analyzer analyzer)Compute default strategies for retrieving offsets fromMatchesIteratorinstances for a set of given fields.Constructors in org.apache.lucene.search.matchhighlight with parameters of type OffsetsRetrievalStrategySupplier Constructor Description MatchHighlighter(IndexSearcher searcher, Analyzer analyzer, OffsetsRetrievalStrategySupplier offsetsRetrievalStrategies)MatchRegionRetriever(IndexSearcher searcher, Query query, OffsetsRetrievalStrategySupplier fieldOffsetStrategySupplier)
-