Uses of Package
org.apache.lucene.search.uhighlight
Packages that use org.apache.lucene.search.uhighlight
Package
Description
The UnifiedHighlighter -- a flexible highlighter that can get offsets from postings, term vectors, or analysis.
-
Classes in org.apache.lucene.search.uhighlight used by org.apache.lucene.search.uhighlightClassDescriptionProvides a base class for analysis based offset strategies to extend from.Matches a character arrayInternal highlighter abstraction that operates on a per field basis.Ultimately returns an
OffsetsEnumyielding potentially highlightable words in the text.Associates a label with a CharArrayMatcher to distinguish different sources for terms in highlightingWraps anotherBreakIteratorto skip past breaks that would result in passages that are too short.Never returns offsets.An enumeration/iterator of a term and its offsets for use byFieldHighlighter.Based on aMatchesIterator; does not look at submatches.Represents a passage (typically a sentence of the document).Creates a formatted snippet from the top passages.Ranks passages found byUnifiedHighlighter.Helps theFieldOffsetStrategywith position sensitive queries (e.g.A parameter object to hold the components aFieldOffsetStrategyneeds.Flags for controlling highlighting behavior.Fetches stored fields for highlighting.Source of term offsets; essential for highlighting.