Uses of Class
org.apache.lucene.index.MultiTermsEnum.TermsEnumIndex
-
Packages that use MultiTermsEnum.TermsEnumIndex Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of MultiTermsEnum.TermsEnumIndex in org.apache.lucene.index
Fields in org.apache.lucene.index declared as MultiTermsEnum.TermsEnumIndex Modifier and Type Field Description static MultiTermsEnum.TermsEnumIndex[]
MultiTermsEnum.TermsEnumIndex. EMPTY_ARRAY
Methods in org.apache.lucene.index with parameters of type MultiTermsEnum.TermsEnumIndex Modifier and Type Method Description TermsEnum
MultiTermsEnum. reset(MultiTermsEnum.TermsEnumIndex[] termsEnumsIndex)
The terms array must be newly created TermsEnum, ieBytesRefIterator.next()
has not yet been called.
-