Class STUniformSplitTermsWriter.TermIterator<T>
- java.lang.Object
-
- org.apache.lucene.codecs.uniformsplit.sharedterms.STUniformSplitTermsWriter.TermIterator<T>
-
- All Implemented Interfaces:
java.lang.Comparable<STUniformSplitTermsWriter.TermIterator<T>>
- Direct Known Subclasses:
STUniformSplitTermsWriter.FieldTerms
,STUniformSplitTermsWriter.SegmentTerms
- Enclosing class:
- STUniformSplitTermsWriter
private abstract class STUniformSplitTermsWriter.TermIterator<T> extends java.lang.Object implements java.lang.Comparable<STUniformSplitTermsWriter.TermIterator<T>>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
TermIterator()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description (package private) abstract int
compareSecondary(STUniformSplitTermsWriter.TermIterator<T> other)
int
compareTo(STUniformSplitTermsWriter.TermIterator<T> other)
(package private) abstract boolean
nextTerm()
-
-
-
Field Detail
-
term
BytesRef term
-
-
Method Detail
-
nextTerm
abstract boolean nextTerm() throws java.io.IOException
- Throws:
java.io.IOException
-
compareTo
public int compareTo(STUniformSplitTermsWriter.TermIterator<T> other)
- Specified by:
compareTo
in interfacejava.lang.Comparable<T>
-
compareSecondary
abstract int compareSecondary(STUniformSplitTermsWriter.TermIterator<T> other)
-
-