gate.creole.annic.apache.lucene.search
Class BooleanScorer.BucketTable
java.lang.Object
gate.creole.annic.apache.lucene.search.BooleanScorer.BucketTable
- Enclosing class:
- BooleanScorer
static final class BooleanScorer.BucketTable
- extends Object
A simple hash table of document scores within a range.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SIZE
public static final int SIZE
- See Also:
- Constant Field Values
MASK
public static final int MASK
- See Also:
- Constant Field Values
buckets
final BooleanScorer.Bucket[] buckets
first
BooleanScorer.Bucket first
scorer
private BooleanScorer scorer
BooleanScorer.BucketTable
public BooleanScorer.BucketTable(BooleanScorer scorer)
size
public final int size()
newCollector
public HitCollector newCollector(int mask)