37 set<string>::const_iterator it = testset.find(value);
39 return it != testset.end();
41 return it == testset.end();
The Xapian namespace contains public interfaces for the Xapian library.
API for working with documents.
std::string get_value(Xapian::valueno slot) const
Get value by number.
A handle representing a document in a Xapian database.
MatchDecider subclass for filtering results by value.