public final class ReaderSlice extends Object
Modifier and Type | Field and Description |
---|---|
static ReaderSlice[] |
EMPTY_ARRAY
Zero-length
ReaderSlice array. |
int |
length
Number of documents in this slice.
|
int |
readerIndex
Sub-reader index for this slice.
|
int |
start
Document ID this slice starts from.
|
Constructor and Description |
---|
ReaderSlice(int start,
int length,
int readerIndex)
Sole constructor.
|
public static final ReaderSlice[] EMPTY_ARRAY
ReaderSlice
array.public final int start
public final int length
public final int readerIndex
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.