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.IOException
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.