Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.util.fst |
Finite state transducers
|
org.apache.lucene.util.packed |
Packed integer arrays and streams.
|
Modifier and Type | Field and Description |
---|---|
private PagedGrowableWriter |
BinaryDocValuesFieldUpdates.lengths |
private PagedGrowableWriter |
BinaryDocValuesFieldUpdates.Iterator.lengths |
private PagedGrowableWriter |
BinaryDocValuesFieldUpdates.offsets |
private PagedGrowableWriter |
BinaryDocValuesFieldUpdates.Iterator.offsets |
Constructor and Description |
---|
Iterator(int size,
PagedGrowableWriter offsets,
PagedGrowableWriter lengths,
PagedMutable docs,
BytesRef values,
long delGen) |
Modifier and Type | Field and Description |
---|---|
private PagedGrowableWriter |
NodeHash.table |
Modifier and Type | Method and Description |
---|---|
protected PagedGrowableWriter |
PagedGrowableWriter.newUnfilledCopy(long newSize) |