public static final class MultiPostingsEnum.EnumWithSlice
extends java.lang.Object
PostingsEnum along with the
corresponding ReaderSlice.| Modifier and Type | Field and Description |
|---|---|
PostingsEnum |
postingsEnum
PostingsEnum for this sub-reader. |
ReaderSlice |
slice
ReaderSlice describing how this sub-reader
fits into the composite reader. |
| Constructor and Description |
|---|
EnumWithSlice() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public PostingsEnum postingsEnum
PostingsEnum for this sub-reader.public ReaderSlice slice
ReaderSlice describing how this sub-reader
fits into the composite reader.