|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.lucene.index.ReaderSlice
public final class ReaderSlice
Subreader slice from a parent composite reader.
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
ReaderSlice(int start,
int length,
int readerIndex)
Sole constructor. |
|
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ReaderSlice[] EMPTY_ARRAY
ReaderSlice array.
public final int start
public final int length
public final int readerIndex
| Constructor Detail |
|---|
public ReaderSlice(int start,
int length,
int readerIndex)
| Method Detail |
|---|
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||