gate.creole.annic.apache.lucene.search
Class BooleanScorer.Bucket

java.lang.Object
  extended by gate.creole.annic.apache.lucene.search.BooleanScorer.Bucket
Enclosing class:
BooleanScorer

static final class BooleanScorer.Bucket
extends Object


Field Summary
(package private)  int bits
           
(package private)  int coord
           
(package private)  int doc
           
(package private)  BooleanScorer.Bucket next
           
(package private)  float score
           
 
Constructor Summary
BooleanScorer.Bucket()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

doc

int doc

score

float score

bits

int bits

coord

int coord

next

BooleanScorer.Bucket next
Constructor Detail

BooleanScorer.Bucket

BooleanScorer.Bucket()