Uses of Interface
org.apache.lucene.search.matchhighlight.PassageAdjuster
-
Packages that use PassageAdjuster Package Description org.apache.lucene.search.matchhighlight This package contains several components useful to build a highlighter on top of theMatchesAPI. -
-
Uses of PassageAdjuster in org.apache.lucene.search.matchhighlight
Classes in org.apache.lucene.search.matchhighlight that implement PassageAdjuster Modifier and Type Class Description classBreakIteratorShrinkingAdjusterAPassageAdjusterthat adjusts thePassagerange to word boundaries hinted by the givenBreakIterator.Fields in org.apache.lucene.search.matchhighlight declared as PassageAdjuster Modifier and Type Field Description private PassageAdjusterPassageSelector. passageAdjusterConstructors in org.apache.lucene.search.matchhighlight with parameters of type PassageAdjuster Constructor Description PassageSelector(java.util.Comparator<Passage> passageScorer, PassageAdjuster passageAdjuster)
-