C# 클래스 Lucene.Net.Codecs.SimpleText.SimpleTextFieldsReader.SimpleTextTerms

상속: Index.Terms
파일 보기 프로젝트 열기: paulirwin/lucene.net

공개 메소드들

메소드 설명
HasFreqs ( ) : bool
HasOffsets ( ) : bool
HasPayloads ( ) : bool
HasPositions ( ) : bool
Iterator ( Index.TermsEnum reuse ) : Index.TermsEnum
RamBytesUsed ( ) : long

Returns approximate RAM bytes used

SimpleTextTerms ( SimpleTextFieldsReader outerInstance, string field, long termsStart, int maxDoc ) : System
Size ( ) : long

비공개 메소드들

메소드 설명
LoadTerms ( ) : void

메소드 상세

HasFreqs() 공개 메소드

public HasFreqs ( ) : bool
리턴 bool

HasOffsets() 공개 메소드

public HasOffsets ( ) : bool
리턴 bool

HasPayloads() 공개 메소드

public HasPayloads ( ) : bool
리턴 bool

HasPositions() 공개 메소드

public HasPositions ( ) : bool
리턴 bool

Iterator() 공개 메소드

public Iterator ( Index.TermsEnum reuse ) : Index.TermsEnum
reuse Index.TermsEnum
리턴 Index.TermsEnum

RamBytesUsed() 공개 메소드

Returns approximate RAM bytes used
public RamBytesUsed ( ) : long
리턴 long

SimpleTextTerms() 공개 메소드

public SimpleTextTerms ( SimpleTextFieldsReader outerInstance, string field, long termsStart, int maxDoc ) : System
outerInstance SimpleTextFieldsReader
field string
termsStart long
maxDoc int
리턴 System

Size() 공개 메소드

public Size ( ) : long
리턴 long