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