C# Class Xapian.TermGenerator

Inheritance: IDisposable
Show file Open project: kyeh/dormhost Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
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

Private Methods

Method Description
TermGenerator ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( TermGenerator obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetDescription() public method

public GetDescription ( ) : string
return string

GetDocument() public method

public GetDocument ( ) : Xapian.Document
return Xapian.Document

GetTermPos() public method

public GetTermPos ( ) : uint
return uint

IncreaseTermpos() public method

public IncreaseTermpos ( ) : void
return void

IncreaseTermpos() public method

public IncreaseTermpos ( uint delta ) : void
delta uint
return void

IndexText() public method

public IndexText ( string text ) : void
text string
return void

IndexText() public method

public IndexText ( string text, uint weight ) : void
text string
weight uint
return void

IndexText() public method

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

IndexTextWithoutPositions() public method

public IndexTextWithoutPositions ( string text ) : void
text string
return void

IndexTextWithoutPositions() public method

public IndexTextWithoutPositions ( string text, uint weight ) : void
text string
weight uint
return void

IndexTextWithoutPositions() public method

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

SetDatabase() public method

public SetDatabase ( WritableDatabase db ) : void
db WritableDatabase
return void

SetDocument() public method

public SetDocument ( Xapian.Document doc ) : void
doc Xapian.Document
return void

SetFlags() public method

public SetFlags ( TermGenerator toggle ) : TermGenerator.flags
toggle TermGenerator
return TermGenerator.flags

SetFlags() public method

public SetFlags ( TermGenerator toggle, TermGenerator mask ) : TermGenerator.flags
toggle TermGenerator
mask TermGenerator
return TermGenerator.flags

SetStemmer() public method

public SetStemmer ( Stem stemmer ) : void
stemmer Stem
return void

SetStopper() public method

public SetStopper ( ) : void
return void

SetStopper() public method

public SetStopper ( Stopper stop ) : void
stop Stopper
return void

SetTermpos() public method

public SetTermpos ( uint termpos ) : void
termpos uint
return void

TermGenerator() public method

public TermGenerator ( ) : System
return System

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool