Package org.apache.lucene.util.bkd
Class BKDWriter.MergeReader
java.lang.Object
org.apache.lucene.util.bkd.BKDWriter.MergeReader
- Enclosing class:
BKDWriter
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final BKDReaderprivate intWhich leaf block we are up toprivate intWhich doc in this block we are up tointCurrent doc ID(package private) final MergeState.DocMapprivate intHow many docs in the current blockprivate final byte[](package private) final BKDReader.IntersectState -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
bkd
-
state
-
docMap
-
docID
public int docIDCurrent doc ID -
docBlockUpto
private int docBlockUptoWhich doc in this block we are up to -
docsInBlock
private int docsInBlockHow many docs in the current block -
blockID
private int blockIDWhich leaf block we are up to -
packedValues
private final byte[] packedValues
-
-
Constructor Details
-
MergeReader
- Throws:
IOException
-
-
Method Details
-
next
- Throws:
IOException
-