public class BinaryDocValuesIdsBufferBuilder extends java.lang.Object implements IdsBufferBuilder
| Constructor and Description |
|---|
BinaryDocValuesIdsBufferBuilder(java.lang.String field,
int bufferInitialSize) |
| Modifier and Type | Method and Description |
|---|---|
IdsBuffer |
build() |
void |
collect(int doc) |
void |
doSetNextReader(org.apache.lucene.index.LeafReaderContext context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnewIdsBufferBuilderpublic BinaryDocValuesIdsBufferBuilder(java.lang.String field,
int bufferInitialSize)
public void doSetNextReader(org.apache.lucene.index.LeafReaderContext context)
throws java.io.IOException
doSetNextReader in interface IdsBufferBuilderjava.io.IOExceptionpublic void collect(int doc)
throws java.io.IOException
collect in interface IdsBufferBuilderjava.io.IOExceptionpublic IdsBuffer build()
build in interface IdsBufferBuilder