Class | Description |
---|---|
BoundedBreakIteratorScanner |
A custom break iterator that scans text to find break-delimited passages bounded by
a provided maximum length.
|
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 |
CustomUnifiedHighlighter |
Subclass of the
UnifiedHighlighter that works for a single field in a single document. |