Package | Description |
---|---|
org.apache.lucene.search.postingshighlight |
Highlighter implementation that uses offsets from postings lists.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultPassageFormatter
Creates a formatted snippet from the top passages.
|
Modifier and Type | Field and Description |
---|---|
private PassageFormatter |
PostingsHighlighter.defaultFormatter
Set the first time
PostingsHighlighter.getFormatter(java.lang.String) is called,
and then reused. |
Modifier and Type | Method and Description |
---|---|
protected PassageFormatter |
PostingsHighlighter.getFormatter(java.lang.String field)
Returns the
PassageFormatter to use for
formatting passages into highlighted snippets. |