Home
last modified time | relevance | path

Searched refs:QueryAndNot (Results 1 – 3 of 3) sorted by relevance

/dports/databases/xapian-core/xapian-core-1.4.18/api/
H A Dqueryinternal.cc478 result = new Xapian::Internal::QueryAndNot(n_subqs); in unserialise()
1579 QueryAndNot::add_subquery(const Xapian::Query & subquery) in add_subquery()
1610 QueryAndNot::done() in done()
1662 QueryAndNot::postlist(QueryOptimiser * qopt, double factor) const in postlist()
1674 QueryAndNot::postlist_sub_and_like(AndContext& ctx, in postlist_sub_and_like()
1890 QueryAndNot::get_op() const in get_op()
1962 QueryAndNot::get_description() const in get_description()
H A Dqueryinternal.h255 class QueryAndNot : public QueryBranch {
259 explicit QueryAndNot(size_t n_subqueries) : QueryBranch(n_subqueries) { } in QueryAndNot() function
H A Dquery.cc257 internal = new Xapian::Internal::QueryAndNot(n_subqueries); in init()