C# 클래스 Lucene.Net.Codecs.BlockTerms.TermsIndexReaderBase

TODO - allow for non-regular index intervals? eg with a long string of rare terms, you don't need such frequent indexing {@link BlockTermsReader} interacts with an instance of this class to manage its terms index. The writer must accept indexed terms (many pairs of BytesRef text + long fileOffset), and then this reader must be able to retrieve the nearest index term to a provided term text. @lucene.experimental */
상속: IDisposable
파일 보기 프로젝트 열기: paulirwin/lucene.net 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
GetFieldEnum ( FieldInfo fieldInfo ) : FieldIndexEnum

메소드 상세

Dispose() 공개 추상적인 메소드

public abstract Dispose ( ) : void
리턴 void

GetFieldEnum() 공개 추상적인 메소드

public abstract GetFieldEnum ( FieldInfo fieldInfo ) : FieldIndexEnum
fieldInfo FieldInfo
리턴 FieldIndexEnum