Package | Description |
---|---|
org.apache.lucene.codecs.blockterms |
Pluggable term index / block terms dictionary implementations.
|
org.apache.lucene.util.packed |
Packed integer arrays and streams.
|
Modifier and Type | Field and Description |
---|---|
(package private) MonotonicBlockPackedReader |
FixedGapTermsIndexReader.FieldIndexData.termOffsets |
(package private) MonotonicBlockPackedReader |
FixedGapTermsIndexReader.FieldIndexData.termsDictOffsets |
Modifier and Type | Method and Description |
---|---|
static MonotonicBlockPackedReader |
MonotonicBlockPackedReader.of(IndexInput in,
int packedIntsVersion,
int blockSize,
long valueCount,
boolean direct)
Sole constructor.
|