C# 클래스 Xapian.TermGenerator

상속: IDisposable
파일 보기 프로젝트 열기: kyeh/dormhost 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
Dispose ( ) : void
GetDescription ( ) : string
GetDocument ( ) : Xapian.Document
GetTermPos ( ) : uint
IncreaseTermpos ( ) : void
IncreaseTermpos ( uint delta ) : void
IndexText ( string text ) : void
IndexText ( string text, uint weight ) : void
IndexText ( string text, uint weight, string prefix ) : void
IndexTextWithoutPositions ( string text ) : void
IndexTextWithoutPositions ( string text, uint weight ) : void
IndexTextWithoutPositions ( string text, uint weight, string prefix ) : void
SetDatabase ( WritableDatabase db ) : void
SetDocument ( Xapian.Document doc ) : void
SetFlags ( TermGenerator toggle ) : TermGenerator.flags
SetFlags ( TermGenerator toggle, TermGenerator mask ) : TermGenerator.flags
SetStemmer ( Stem stemmer ) : void
SetStopper ( ) : void
SetStopper ( Stopper stop ) : void
SetTermpos ( uint termpos ) : void
TermGenerator ( ) : System

비공개 메소드들

메소드 설명
TermGenerator ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( TermGenerator obj ) : HandleRef

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetDescription() 공개 메소드

public GetDescription ( ) : string
리턴 string

GetDocument() 공개 메소드

public GetDocument ( ) : Xapian.Document
리턴 Xapian.Document

GetTermPos() 공개 메소드

public GetTermPos ( ) : uint
리턴 uint

IncreaseTermpos() 공개 메소드

public IncreaseTermpos ( ) : void
리턴 void

IncreaseTermpos() 공개 메소드

public IncreaseTermpos ( uint delta ) : void
delta uint
리턴 void

IndexText() 공개 메소드

public IndexText ( string text ) : void
text string
리턴 void

IndexText() 공개 메소드

public IndexText ( string text, uint weight ) : void
text string
weight uint
리턴 void

IndexText() 공개 메소드

public IndexText ( string text, uint weight, string prefix ) : void
text string
weight uint
prefix string
리턴 void

IndexTextWithoutPositions() 공개 메소드

public IndexTextWithoutPositions ( string text ) : void
text string
리턴 void

IndexTextWithoutPositions() 공개 메소드

public IndexTextWithoutPositions ( string text, uint weight ) : void
text string
weight uint
리턴 void

IndexTextWithoutPositions() 공개 메소드

public IndexTextWithoutPositions ( string text, uint weight, string prefix ) : void
text string
weight uint
prefix string
리턴 void

SetDatabase() 공개 메소드

public SetDatabase ( WritableDatabase db ) : void
db WritableDatabase
리턴 void

SetDocument() 공개 메소드

public SetDocument ( Xapian.Document doc ) : void
doc Xapian.Document
리턴 void

SetFlags() 공개 메소드

public SetFlags ( TermGenerator toggle ) : TermGenerator.flags
toggle TermGenerator
리턴 TermGenerator.flags

SetFlags() 공개 메소드

public SetFlags ( TermGenerator toggle, TermGenerator mask ) : TermGenerator.flags
toggle TermGenerator
mask TermGenerator
리턴 TermGenerator.flags

SetStemmer() 공개 메소드

public SetStemmer ( Stem stemmer ) : void
stemmer Stem
리턴 void

SetStopper() 공개 메소드

public SetStopper ( ) : void
리턴 void

SetStopper() 공개 메소드

public SetStopper ( Stopper stop ) : void
stop Stopper
리턴 void

SetTermpos() 공개 메소드

public SetTermpos ( uint termpos ) : void
termpos uint
리턴 void

TermGenerator() 공개 메소드

public TermGenerator ( ) : System
리턴 System

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool