Class FixedGapTermsIndexReader.IndexEnum
java.lang.Object
org.apache.lucene.codecs.blockterms.TermsIndexReaderBase.FieldIndexEnum
org.apache.lucene.codecs.blockterms.FixedGapTermsIndexReader.IndexEnum
- Enclosing class:
- FixedGapTermsIndexReader
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final FixedGapTermsIndexReader.FieldIndexData
private long
private final BytesRef
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
next()
Returns -1 at endlong
ord()
Only implemented ifTermsIndexReaderBase.supportsOrd()
returns true.long
seek
(long ord) Only implemented ifTermsIndexReaderBase.supportsOrd()
returns true.long
Seeks to "largest" indexed term that's <= term; returns file pointer index (into the main terms index file) for that termterm()
-
Field Details
-
fieldIndex
-
term
-
ord
private long ord
-
-
Constructor Details
-
IndexEnum
-
-
Method Details
-
term
- Specified by:
term
in classTermsIndexReaderBase.FieldIndexEnum
-
seek
Description copied from class:TermsIndexReaderBase.FieldIndexEnum
Seeks to "largest" indexed term that's <= term; returns file pointer index (into the main terms index file) for that term- Specified by:
seek
in classTermsIndexReaderBase.FieldIndexEnum
-
next
public long next()Description copied from class:TermsIndexReaderBase.FieldIndexEnum
Returns -1 at end- Specified by:
next
in classTermsIndexReaderBase.FieldIndexEnum
-
ord
public long ord()Description copied from class:TermsIndexReaderBase.FieldIndexEnum
Only implemented ifTermsIndexReaderBase.supportsOrd()
returns true.- Specified by:
ord
in classTermsIndexReaderBase.FieldIndexEnum
-
seek
public long seek(long ord) Description copied from class:TermsIndexReaderBase.FieldIndexEnum
Only implemented ifTermsIndexReaderBase.supportsOrd()
returns true.- Specified by:
seek
in classTermsIndexReaderBase.FieldIndexEnum
-