Package | Description |
---|---|
org.apache.lucene.util |
Some utility classes.
|
Modifier and Type | Field and Description |
---|---|
(package private) DocIdSetBuilder.Buffer |
DocIdSetBuilder.BufferAdder.buffer |
Modifier and Type | Field and Description |
---|---|
private java.util.List<DocIdSetBuilder.Buffer> |
DocIdSetBuilder.buffers |
Modifier and Type | Method and Description |
---|---|
private DocIdSetBuilder.Buffer |
DocIdSetBuilder.addBuffer(int len) |
private static DocIdSetBuilder.Buffer |
DocIdSetBuilder.concat(java.util.List<DocIdSetBuilder.Buffer> buffers)
Concatenate the buffers in any order, leaving at least one empty slot in
the end
NOTE: this method might reuse one of the arrays
|
Modifier and Type | Method and Description |
---|---|
private void |
DocIdSetBuilder.growBuffer(DocIdSetBuilder.Buffer buffer,
int additionalCapacity) |
Modifier and Type | Method and Description |
---|---|
private static DocIdSetBuilder.Buffer |
DocIdSetBuilder.concat(java.util.List<DocIdSetBuilder.Buffer> buffers)
Concatenate the buffers in any order, leaving at least one empty slot in
the end
NOTE: this method might reuse one of the arrays
|
Constructor and Description |
---|
BufferAdder(DocIdSetBuilder.Buffer buffer) |