private class CompressingStoredFieldsReader.BlockState
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private BytesRef |
bytes |
private int |
chunkDocs |
private int |
docBase |
private int[] |
numStoredFields |
private int[] |
offsets |
private boolean |
sliced |
private BytesRef |
spare |
private long |
startPointer |
| Modifier | Constructor and Description |
|---|---|
private |
BlockState() |
| Modifier and Type | Method and Description |
|---|---|
(package private) boolean |
contains(int docID) |
(package private) CompressingStoredFieldsReader.SerializedDocument |
document(int docID)
Get the serialized representation of the given docID.
|
private void |
doReset(int docID) |
(package private) void |
reset(int docID)
Reset this block so that it stores state for the block
that contains the given doc id.
|
private int docBase
private int chunkDocs
private boolean sliced
private int[] offsets
private int[] numStoredFields
private long startPointer
private final BytesRef spare
private final BytesRef bytes
boolean contains(int docID)
void reset(int docID)
throws java.io.IOException
java.io.IOExceptionprivate void doReset(int docID)
throws java.io.IOException
java.io.IOExceptionCompressingStoredFieldsReader.SerializedDocument document(int docID) throws java.io.IOException
java.io.IOException