Property | Type | Description | |
---|---|---|---|
swigCMemOwn | bool |
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 ( |
||
SetDocument ( Xapian.Document doc ) : void | ||
SetFlags ( |
||
SetFlags ( |
||
SetStemmer ( |
||
SetStopper ( ) : void | ||
SetStopper ( |
||
SetTermpos ( uint termpos ) : void | ||
TermGenerator ( ) : System |
Method | Description | |
---|---|---|
TermGenerator ( |
||
getCPtr ( |
public IndexText ( string text, uint weight ) : void | ||
text | string | |
weight | uint | |
return | void |
public IndexText ( string text, uint weight, string prefix ) : void | ||
text | string | |
weight | uint | |
prefix | string | |
return | void |
public IndexTextWithoutPositions ( string text ) : void | ||
text | string | |
return | void |
public IndexTextWithoutPositions ( string text, uint weight ) : void | ||
text | string | |
weight | uint | |
return | void |
public IndexTextWithoutPositions ( string text, uint weight, string prefix ) : void | ||
text | string | |
weight | uint | |
prefix | string | |
return | void |
public SetDatabase ( |
||
db | ||
return | void |
public SetDocument ( Xapian.Document doc ) : void | ||
doc | Xapian.Document | |
return | void |
public SetFlags ( |
||
toggle | ||
return | TermGenerator.flags |
public SetFlags ( |
||
toggle | ||
mask | ||
return | TermGenerator.flags |