|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Scorer | |
| 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. |
| Uses of Scorer in org.apache.lucene.search.highlight |
| Classes in org.apache.lucene.search.highlight that implement Scorer | |
class |
QueryScorer
Scorer implementation which scores text fragments by the number of unique query terms found.
|
| Methods in org.apache.lucene.search.highlight that return Scorer | |
Scorer |
Highlighter.getFragmentScorer()
|
| Methods in org.apache.lucene.search.highlight with parameters of type Scorer | |
void |
Highlighter.setFragmentScorer(Scorer scorer)
|
| Constructors in org.apache.lucene.search.highlight with parameters of type Scorer | |
Highlighter(Scorer fragmentScorer)
|
|
Highlighter(Formatter formatter,
Scorer fragmentScorer)
|
|
Highlighter(Formatter formatter,
Encoder encoder,
Scorer fragmentScorer)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||