C# Class Xapian.TermGenerator

Inheritance: IDisposable
Afficher le fichier Open project: kyeh/dormhost Class Usage Examples

Protected Properties

Свойство Type Description
swigCMemOwn bool

Méthodes publiques

Méthode 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

Méthode Description
TermGenerator ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( TermGenerator obj ) : HandleRef

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetDescription() public méthode

public GetDescription ( ) : string
Résultat string

GetDocument() public méthode

public GetDocument ( ) : Xapian.Document
Résultat Xapian.Document

GetTermPos() public méthode

public GetTermPos ( ) : uint
Résultat uint

IncreaseTermpos() public méthode

public IncreaseTermpos ( ) : void
Résultat void

IncreaseTermpos() public méthode

public IncreaseTermpos ( uint delta ) : void
delta uint
Résultat void

IndexText() public méthode

public IndexText ( string text ) : void
text string
Résultat void

IndexText() public méthode

public IndexText ( string text, uint weight ) : void
text string
weight uint
Résultat void

IndexText() public méthode

public IndexText ( string text, uint weight, string prefix ) : void
text string
weight uint
prefix string
Résultat void

IndexTextWithoutPositions() public méthode

public IndexTextWithoutPositions ( string text ) : void
text string
Résultat void

IndexTextWithoutPositions() public méthode

public IndexTextWithoutPositions ( string text, uint weight ) : void
text string
weight uint
Résultat void

IndexTextWithoutPositions() public méthode

public IndexTextWithoutPositions ( string text, uint weight, string prefix ) : void
text string
weight uint
prefix string
Résultat void

SetDatabase() public méthode

public SetDatabase ( WritableDatabase db ) : void
db WritableDatabase
Résultat void

SetDocument() public méthode

public SetDocument ( Xapian.Document doc ) : void
doc Xapian.Document
Résultat void

SetFlags() public méthode

public SetFlags ( TermGenerator toggle ) : TermGenerator.flags
toggle TermGenerator
Résultat TermGenerator.flags

SetFlags() public méthode

public SetFlags ( TermGenerator toggle, TermGenerator mask ) : TermGenerator.flags
toggle TermGenerator
mask TermGenerator
Résultat TermGenerator.flags

SetStemmer() public méthode

public SetStemmer ( Stem stemmer ) : void
stemmer Stem
Résultat void

SetStopper() public méthode

public SetStopper ( ) : void
Résultat void

SetStopper() public méthode

public SetStopper ( Stopper stop ) : void
stop Stopper
Résultat void

SetTermpos() public méthode

public SetTermpos ( uint termpos ) : void
termpos uint
Résultat void

TermGenerator() public méthode

public TermGenerator ( ) : System
Résultat System

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool