protected class STUniformSplitTermsWriter.SegmentPostings
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) MergeState.DocMap |
docMap |
(package private) STMergingBlockReader |
mergingBlockReader |
(package private) int |
segmentIndex |
(package private) BlockTermState |
termState |
Constructor and Description |
---|
SegmentPostings(int segmentIndex,
BlockTermState termState,
STMergingBlockReader mergingBlockReader,
MergeState.DocMap docMap) |
Modifier and Type | Method and Description |
---|---|
(package private) PostingsEnum |
getPostings(java.lang.String fieldName,
PostingsEnum reuse,
int flags) |
final int segmentIndex
final BlockTermState termState
final STMergingBlockReader mergingBlockReader
final MergeState.DocMap docMap
SegmentPostings(int segmentIndex, BlockTermState termState, STMergingBlockReader mergingBlockReader, MergeState.DocMap docMap)
PostingsEnum getPostings(java.lang.String fieldName, PostingsEnum reuse, int flags) throws java.io.IOException
java.io.IOException