Uses of Class
gate.creole.annic.apache.lucene.search.BooleanScorer.SubScorer

Packages that use BooleanScorer.SubScorer
gate.creole.annic.apache.lucene.search Search over indices. 
 

Uses of BooleanScorer.SubScorer in gate.creole.annic.apache.lucene.search
 

Fields in gate.creole.annic.apache.lucene.search declared as BooleanScorer.SubScorer
 BooleanScorer.SubScorer BooleanScorer.SubScorer.next
           
private  BooleanScorer.SubScorer BooleanScorer.scorers
           
 

Constructors in gate.creole.annic.apache.lucene.search with parameters of type BooleanScorer.SubScorer
BooleanScorer.SubScorer(Scorer scorer, boolean required, boolean prohibited, HitCollector collector, BooleanScorer.SubScorer next)