Package | Description |
---|---|
org.apache.lucene.search.uhighlight |
The UnifiedHighlighter -- a flexible highlighter that can get offsets from postings, term vectors, or analysis.
|
Class and Description |
---|
AnalysisOffsetStrategy
Provides a base class for analysis based offset strategies to extend from.
|
FieldHighlighter
Internal highlighter abstraction that operates on a per field basis.
|
FieldOffsetStrategy
Ultimately returns an
OffsetsEnum yielding potentially highlightable words in the text. |
LengthGoalBreakIterator
Wraps another
BreakIterator to skip past breaks that would result in passages that are too
short. |
NoOpOffsetStrategy
Never returns offsets.
|
OffsetsEnum
An enumeration/iterator of a term and its offsets for use by
FieldHighlighter . |
Passage
Represents a passage (typically a sentence of the document).
|
PassageFormatter
Creates a formatted snippet from the top passages.
|
PassageScorer
Ranks passages found by
UnifiedHighlighter . |
PhraseHelper
Helps the
FieldOffsetStrategy with position sensitive queries (e.g. |
UHComponents
A parameter object to hold the components a
FieldOffsetStrategy needs. |
UnifiedHighlighter.HighlightFlag
Flags for controlling highlighting behavior.
|
UnifiedHighlighter.LimitedStoredFieldVisitor
Fetches stored fields for highlighting.
|
UnifiedHighlighter.OffsetSource
Source of term offsets; essential for highlighting.
|
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.