C# 클래스 Lucene.Net.Codecs.Memory.MemoryPostingsFormat.TermsWriter

상속: TermsConsumer
파일 보기 프로젝트 열기: paulirwin/lucene.net 1 사용 예제들

공개 메소드들

메소드 설명
TermsWriter ( IndexOutput @out, FieldInfo field, bool doPackFST, float acceptableOverheadRatio ) : System
finish ( long sumTotalTermFreq, long sumDocFreq, int docCount ) : void
finishTerm ( BytesRef text, TermStats stats ) : void
startTerm ( BytesRef text ) : PostingsConsumer

비공개 메소드들

메소드 설명
InitializeInstanceFields ( ) : void

메소드 상세

TermsWriter() 공개 메소드

public TermsWriter ( IndexOutput @out, FieldInfo field, bool doPackFST, float acceptableOverheadRatio ) : System
@out IndexOutput
field FieldInfo
doPackFST bool
acceptableOverheadRatio float
리턴 System

finish() 공개 메소드

public finish ( long sumTotalTermFreq, long sumDocFreq, int docCount ) : void
sumTotalTermFreq long
sumDocFreq long
docCount int
리턴 void

finishTerm() 공개 메소드

public finishTerm ( BytesRef text, TermStats stats ) : void
text BytesRef
stats TermStats
리턴 void

startTerm() 공개 메소드

public startTerm ( BytesRef text ) : PostingsConsumer
text BytesRef
리턴 PostingsConsumer