| Package | Description |
|---|---|
| org.apache.lucene.search.highlight |
The highlight package contains classes to provide "keyword in context" features
typically used to highlight search terms in the text of results pages.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
QueryScorer |
Scorer implementation which scores text fragments by the number of
unique query terms found. |
class |
QueryTermScorer |
Scorer implementation which scores text fragments by the number of
unique query terms found. |
| Modifier and Type | Method | Description |
|---|---|---|
Scorer |
Highlighter.getFragmentScorer() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Highlighter.setFragmentScorer(Scorer scorer) |
| Constructor | Description |
|---|---|
Highlighter(Formatter formatter,
Encoder encoder,
Scorer fragmentScorer) |
|
Highlighter(Formatter formatter,
Scorer fragmentScorer) |
|
Highlighter(Scorer fragmentScorer) |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.