static final class MultiTermsEnum.TermsEnumWithSlice
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
BytesRef |
current |
(package private) int |
index |
private ReaderSlice |
subSlice |
(package private) TermsEnum |
terms |
Constructor and Description |
---|
TermsEnumWithSlice(int index,
ReaderSlice subSlice) |
Modifier and Type | Method and Description |
---|---|
void |
reset(TermsEnum terms,
BytesRef term) |
java.lang.String |
toString() |
private final ReaderSlice subSlice
TermsEnum terms
public BytesRef current
final int index
public TermsEnumWithSlice(int index, ReaderSlice subSlice)