Package | Description |
---|---|
org.apache.lucene.search.uhighlight |
The UnifiedHighlighter -- a flexible highlighter that can get offsets from postings, term vectors, or analysis.
|
Modifier and Type | Field and Description |
---|---|
protected PassageScorer |
FieldHighlighter.passageScorer |
Modifier and Type | Method and Description |
---|---|
protected PassageScorer |
UnifiedHighlighter.getScorer(String field)
Returns the
PassageScorer to use for
ranking passages. |
Modifier and Type | Method and Description |
---|---|
void |
UnifiedHighlighter.setScorer(PassageScorer scorer) |
Constructor and Description |
---|
FieldHighlighter(String field,
FieldOffsetStrategy fieldOffsetStrategy,
BreakIterator breakIterator,
PassageScorer passageScorer,
int maxPassages,
int maxNoHighlightPassages,
PassageFormatter passageFormatter) |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.