Package | Description |
---|---|
org.apache.lucene.search.postingshighlight |
Highlighter implementation that uses offsets from postings lists.
|
org.apache.solr.highlight |
SolrHighlighter API and related implementations and utilities |
Class and Description |
---|
Passage
Represents a passage (typically a sentence of the document).
|
PassageFormatter
Creates a formatted snippet from the top passages.
|
PassageScorer
Ranks passages found by
PostingsHighlighter . |
Class and Description |
---|
Passage
Represents a passage (typically a sentence of the document).
|
PassageFormatter
Creates a formatted snippet from the top passages.
|
PassageScorer
Ranks passages found by
PostingsHighlighter . |
PostingsHighlighter
Simple highlighter that does not analyze fields nor use
term vectors.
|