Uses of Class
org.apache.lucene.search.Scorer.ScorerVisitor

Packages that use Scorer.ScorerVisitor
org.apache.lucene.search Code to search indices. 
 

Uses of Scorer.ScorerVisitor in org.apache.lucene.search
 

Methods in org.apache.lucene.search with parameters of type Scorer.ScorerVisitor
 void Scorer.visitScorers(Scorer.ScorerVisitor<Query,Query,Scorer> visitor)
          Expert: call this to gather details for all sub-scorers for this query.
protected  void Scorer.visitSubScorers(Query parent, BooleanClause.Occur relationship, Scorer.ScorerVisitor<Query,Query,Scorer> visitor)
          Scorer subclasses should implement this method if the subclass itself contains multiple scorers to support gathering details for sub-scorers via Scorer.ScorerVisitor
 



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