private static class OrdinalMap.TermsEnumIndex
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) BytesRef |
currentTerm |
static OrdinalMap.TermsEnumIndex[] |
EMPTY_ARRAY |
(package private) int |
subIndex |
(package private) TermsEnum |
termsEnum |
Constructor and Description |
---|
TermsEnumIndex(TermsEnum termsEnum,
int subIndex) |
Modifier and Type | Method and Description |
---|---|
BytesRef |
next() |
public static final OrdinalMap.TermsEnumIndex[] EMPTY_ARRAY
final int subIndex
final TermsEnum termsEnum
BytesRef currentTerm
public TermsEnumIndex(TermsEnum termsEnum, int subIndex)
public BytesRef next() throws java.io.IOException
java.io.IOException