Uses of Interface
org.apache.lucene.search.highlight.Scorer
Packages that use Scorer
-
Uses of Scorer in org.apache.lucene.search.highlight
Classes in org.apache.lucene.search.highlight that implement ScorerModifier and TypeClassDescriptionclass
Scorer
implementation which scores text fragments by the number of unique query terms found.class
Scorer
implementation which scores text fragments by the number of unique query terms found.Methods in org.apache.lucene.search.highlight that return ScorerMethods in org.apache.lucene.search.highlight with parameters of type ScorerConstructors in org.apache.lucene.search.highlight with parameters of type ScorerModifierConstructorDescriptionHighlighter
(Formatter formatter, Encoder encoder, Scorer fragmentScorer) Highlighter
(Formatter formatter, Scorer fragmentScorer) Highlighter
(Scorer fragmentScorer)