Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Field and Description |
---|---|
static MultiTermsEnum.TermsEnumIndex[] |
MultiTermsEnum.TermsEnumIndex.EMPTY_ARRAY |
Modifier and Type | Method and Description |
---|---|
TermsEnum |
MultiTermsEnum.reset(MultiTermsEnum.TermsEnumIndex[] termsEnumsIndex)
The terms array must be newly created TermsEnum, ie
BytesRefIterator.next() has not yet been called. |