| Package | Description |
|---|---|
| org.apache.lucene.codecs.blockterms |
Pluggable term index / block terms dictionary implementations.
|
| org.apache.lucene.index |
Code to maintain and access indices.
|
| org.apache.lucene.util |
Some utility classes.
|
| Constructor and Description |
|---|
FieldIndexData(IndexInput in,
PagedBytes termBytes,
long indexStart,
long termsStart,
long packedIndexStart,
long packedOffsetsStart,
long numIndexTerms) |
| Modifier and Type | Field and Description |
|---|---|
private PagedBytes |
BinaryDocValuesWriter.bytes |
| Constructor and Description |
|---|
Reader(PagedBytes pagedBytes) |