Module org.apache.lucene.misc
Package org.apache.lucene.misc.index
Class BPIndexReorderer.ForwardIndexSorter.Bucket
java.lang.Object
org.apache.lucene.misc.index.BPIndexReorderer.ForwardIndexSorter.Bucket
- Enclosing class:
BPIndexReorderer.ForwardIndexSorter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private final long[]
private int
private int
private final ByteBuffersDataOutput
private long
private IndexOutput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
addEntry
(long l) private void
flush
(boolean isFinal) private void
reset
(IndexOutput resetOutput)
-
Field Details
-
fps
-
buffer
private final long[] buffer -
output
-
bufferUsed
private int bufferUsed -
blockNum
private int blockNum -
lastFp
private long lastFp -
finalBlockSize
private int finalBlockSize
-
-
Constructor Details
-
Bucket
private Bucket()
-
-
Method Details
-
addEntry
- Throws:
IOException
-
flush
- Throws:
IOException
-
reset
-