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.
파일 보기 프로젝트 열기: paulirwin/lucene.net 1 사용 예제들

공개 메소드들

메소드 설명
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