gate.creole.annic.apache.lucene.search
Class BooleanScorer.SubScorer
java.lang.Object
gate.creole.annic.apache.lucene.search.BooleanScorer.SubScorer
- Enclosing class:
- BooleanScorer
static final class BooleanScorer.SubScorer
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
scorer
public Scorer scorer
done
public boolean done
required
public boolean required
prohibited
public boolean prohibited
collector
public HitCollector collector
next
public BooleanScorer.SubScorer next
searcher
protected Searcher searcher
BooleanScorer.SubScorer
public BooleanScorer.SubScorer(Scorer scorer,
boolean required,
boolean prohibited,
HitCollector collector,
BooleanScorer.SubScorer next)
throws IOException
- Throws:
IOException