- java.lang.Object
-
- org.apache.lucene.index.TermsEnumIndex.TermState
-
- Enclosing class:
- TermsEnumIndex
static class TermsEnumIndex.TermState extends java.lang.Object
Wrapper around a term that allows for quick equals comparisons.
-
-
Field Summary
Fields Modifier and Type Field Description private BytesRefBuilder
term
private long
termPrefix8
-
Constructor Summary
Constructors Constructor Description TermState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
copyFrom(TermsEnumIndex tei)
-
-
-
Field Detail
-
term
private final BytesRefBuilder term
-
termPrefix8
private long termPrefix8
-
-
Method Detail
-
copyFrom
void copyFrom(TermsEnumIndex tei)
-
-