C# Класс Lucene.Net.Codecs.BlockTerms.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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Seek ( BytesRef term ) : long

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 ( long ord ) : long

Only implemented if {@link TermsIndexReaderBase.supportsOrd()} returns true

Описание методов

Seek() публичный абстрактный Метод

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
public abstract Seek ( BytesRef term ) : long
term BytesRef
Результат long

Seek() публичный абстрактный Метод

Only implemented if {@link TermsIndexReaderBase.supportsOrd()} returns true
public abstract Seek ( long ord ) : long
ord long
Результат long