Uses of Interface
org.apache.lucene.search.highlight.Scorer

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.
 class QueryTermScorer
          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(Formatter formatter, Encoder encoder, Scorer fragmentScorer)
           
Highlighter(Formatter formatter, Scorer fragmentScorer)
           
Highlighter(Scorer fragmentScorer)
           
 



Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.