Uses of Class
org.apache.lucene.index.TermsEnumIndex
-
Packages that use TermsEnumIndex Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of TermsEnumIndex in org.apache.lucene.index
Subclasses of TermsEnumIndex in org.apache.lucene.index Modifier and Type Class Description (package private) static class
MultiTermsEnum.TermsEnumWithSlice
Fields in org.apache.lucene.index declared as TermsEnumIndex Modifier and Type Field Description (package private) static TermsEnumIndex[]
TermsEnumIndex. EMPTY_ARRAY
Methods in org.apache.lucene.index with parameters of type TermsEnumIndex Modifier and Type Method Description (package private) int
TermsEnumIndex. compareTermTo(TermsEnumIndex that)
(package private) void
TermsEnumIndex.TermState. copyFrom(TermsEnumIndex tei)
protected boolean
OrdinalMap.TermsEnumPriorityQueue. lessThan(TermsEnumIndex a, TermsEnumIndex b)
TermsEnum
MultiTermsEnum. reset(TermsEnumIndex[] termsEnumsIndex)
The terms array must be newly created TermsEnum, ieBytesRefIterator.next()
has not yet been called.(package private) void
TermsEnumIndex. reset(TermsEnumIndex tei)
-