Extracted at 2016-03-29.
pike.lysator.liu.se
[Top]
Public
Public.Xapian
Public.Xapian.Document

Method Public.Xapian.Document()->remove_term()


Method remove_term

void remove_term(string tname)

Description

Remove a term and all postings associated with it.

Parameter tname

The name of the term.

An error will be thrown if the term is not present in the document.