| Package | Description |
|---|---|
| org.apache.lucene.search.highlight |
Highlighting search terms.
|
| Modifier and Type | Class and 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 and Description |
|---|---|
Scorer |
Highlighter.getFragmentScorer() |
| Modifier and Type | Method and Description |
|---|---|
void |
Highlighter.setFragmentScorer(Scorer scorer) |
| Constructor and Description |
|---|
Highlighter(Formatter formatter,
Encoder encoder,
Scorer fragmentScorer) |
Highlighter(Formatter formatter,
Scorer fragmentScorer) |
Highlighter(Scorer fragmentScorer) |
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.