public abstract class BitsProducer extends Object
Bits
per segment.Modifier | Constructor and Description |
---|---|
protected |
BitsProducer()
Sole constructor, typically invoked by sub-classes.
|
Modifier and Type | Method and Description |
---|---|
abstract Bits |
getBits(LeafReaderContext context)
Return
Bits for the given leaf. |
protected BitsProducer()
public abstract Bits getBits(LeafReaderContext context) throws IOException
Bits
for the given leaf. The returned instance must
be non-null and have a length
equal to
maxDoc
.IOException