xapian-core
1.4.26
|
Xapian::Query API class. More...
#include <string>
#include <xapian/attributes.h>
#include <xapian/intrusive_ptr.h>
#include <xapian/postingiterator.h>
#include <xapian/registry.h>
#include <xapian/termiterator.h>
#include <xapian/types.h>
#include <xapian/visibility.h>
Go to the source code of this file.
Classes | |
class | Xapian::Query |
Class representing a query. More... | |
class | Xapian::InvertedQuery_ |
class | Xapian::Query::Internal |
Namespaces | |
Xapian | |
The Xapian namespace contains public interfaces for the Xapian library. | |
Xapian::Internal | |
Functions | |
const Query | Xapian::operator & (const Query &a, const Query &b) |
Combine two Xapian::Query objects using OP_AND. More... | |
const Query | Xapian::operator| (const Query &a, const Query &b) |
Combine two Xapian::Query objects using OP_OR. More... | |
const Query | Xapian::operator^ (const Query &a, const Query &b) |
Combine two Xapian::Query objects using OP_XOR. More... | |
const Query | Xapian::operator* (double factor, const Query &q) |
Scale a Xapian::Query object using OP_SCALE_WEIGHT. More... | |
const Query | Xapian::operator* (const Query &q, double factor) |
Scale a Xapian::Query object using OP_SCALE_WEIGHT. More... | |
const Query | Xapian::operator/ (const Query &q, double factor) |
Inverse-scale a Xapian::Query object using OP_SCALE_WEIGHT. More... | |
const Query | Xapian::operator & (const Query &a, const InvertedQuery_ &b) |
Combine two Xapian::Query objects using OP_AND_NOT. More... | |
const Query | Xapian::operator &= (Query &a, const InvertedQuery_ &b) |
Combine two Xapian::Query objects using OP_AND_NOT with result in the first. More... | |
Xapian::Query API class.
Definition in file query.h.