Package | Description |
---|---|
org.apache.lucene.search.postingshighlight |
Highlighter implementation that uses offsets from postings lists.
|
Modifier and Type | Field and Description |
---|---|
private PassageScorer |
PostingsHighlighter.defaultScorer
Set the first time
PostingsHighlighter.getScorer(java.lang.String) is called,
and then reused. |
Modifier and Type | Method and Description |
---|---|
protected PassageScorer |
PostingsHighlighter.getScorer(java.lang.String field)
Returns the
PassageScorer to use for
ranking passages. |