Uses of Interface
org.apache.lucene.search.matchhighlight.PassageAdjuster
Packages that use PassageAdjuster
Package
Description
This package contains several components useful to build a highlighter on top of the
Matches API.-
Uses of PassageAdjuster in org.apache.lucene.search.matchhighlight
Classes in org.apache.lucene.search.matchhighlight that implement PassageAdjusterModifier and TypeClassDescriptionclassAPassageAdjusterthat adjusts thePassagerange to word boundaries hinted by the givenBreakIterator.Fields in org.apache.lucene.search.matchhighlight declared as PassageAdjusterConstructors in org.apache.lucene.search.matchhighlight with parameters of type PassageAdjusterModifierConstructorDescriptionPassageSelector(Comparator<Passage> passageScorer, PassageAdjuster passageAdjuster)