Class TermsIndexReaderBase.FieldIndexEnum
Similar to TermsEnum, except, the only "metadata" it reports for a given indexed term is the long fileOffset into the main terms dictionary file.
Inheritance
System.Object
TermsIndexReaderBase.FieldIndexEnum
Assembly: Lucene.Net.Codecs.dll
Syntax
public abstract class FieldIndexEnum : object
Properties
Name | Description |
---|---|
Ord | |
Term |
Methods
Name | Description |
---|---|
Next() | Returns -1 at end/ |
Seek(BytesRef) | Seeks to "largest" indexed term that's less than or equal to term; returns file pointer index (into the main terms index file) for that term. |
Seek(Int64) |