| AnalysisOffsetStrategy |
Provides a base class for analysis based offset strategies to extend from.
|
| BoundedBreakIteratorScanner |
A custom break iterator that is used to find break-delimited passages bounded by
a provided maximum length in the UnifiedHighlighter context.
|
| CustomPassageFormatter |
Custom passage formatter that allows us to:
1) extract different snippets (instead of a single big string) together with their scores ( Snippet)
2) use the Encoder implementations that are already used with the other highlighters
|
| CustomSeparatorBreakIterator |
A BreakIterator that breaks the text whenever a certain separator, provided as a constructor argument, is found.
|
| CustomUnifiedHighlighter |
|
| DefaultPassageFormatter |
Creates a formatted snippet from the top passages.
|
| FieldHighlighter |
Internal highlighter abstraction that operates on a per field basis.
|
| FieldOffsetStrategy |
Ultimately returns an OffsetsEnum yielding potentially highlightable words in the text.
|
| MemoryIndexOffsetStrategy |
|
| NoOpOffsetStrategy |
Never returns offsets.
|
| OffsetsEnum |
|
| OffsetsEnum.MultiOffsetsEnum |
A view over several OffsetsEnum instances, merging them in-place
|
| OffsetsEnum.OfMatchesIterator |
|
| OffsetsEnum.OfMatchesIteratorWithSubs |
|
| OffsetsEnum.OfPostings |
|
| OverlaySingleDocTermsLeafReader |
Overlays a 2nd LeafReader for the terms of one field, otherwise the primary reader is
consulted.
|
| Passage |
Represents a passage (typically a sentence of the document).
|
| PassageFormatter |
Creates a formatted snippet from the top passages.
|
| PassageScorer |
|
| PhraseHelper |
|
| PostingsOffsetStrategy |
|
| PostingsWithTermVectorsOffsetStrategy |
|
| Snippet |
Represents a scored highlighted snippet.
|
| SplittingBreakIterator |
Virtually slices the text on both sides of every occurrence of the specified character.
|
| TermVectorOffsetStrategy |
Uses term vectors that contain offsets.
|
| TokenStreamOffsetStrategy |
Analyzes the text, producing a single OffsetsEnum wrapping the TokenStream filtered to terms
in the query, including wildcards.
|
| UHComponents |
|
| UnifiedHighlighter |
|
| UnifiedHighlighter.LimitedStoredFieldVisitor |
Fetches stored fields for highlighting.
|