public abstract class BitsProducer
extends java.lang.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 java.io.IOException
Bits for the given leaf. The returned instance must
be non-null and have a length equal to
maxDoc.java.io.IOExceptionCopyright © 2000–2025 The Apache Software Foundation. All rights reserved.