[Top]
Public
Public.Xapian
Public.Xapian.Document
|
Method Public.Xapian.Document()->add_term()
- Method
add_term
void add_term(string tname, int termcount)
- Description
Add a term to the document, without positional information.
Any existing positional information for the term will be left unmodified.
- Parameter tname
The name of the term.
- Parameter termcount
The increment that will be applied to the wdf for this term.
|