API for running queries. More...
Classes | |
class | Xapian::MSet |
A match set (MSet). More... | |
class | Xapian::MSetIterator |
An iterator pointing to items in an MSet. More... | |
class | Xapian::ESet |
Class representing an ordered set of expand terms (an ESet). More... | |
class | Xapian::ESetIterator |
Iterate through terms in the ESet. More... | |
class | Xapian::RSet |
A relevance set (R-Set). More... | |
class | Xapian::MatchDecider |
Base class for matcher decision functor. More... | |
class | Xapian::Enquire |
This class provides an interface to the information retrieval system for the purpose of searching. More... | |
Namespaces | |
namespace | Xapian |
The Xapian namespace contains public interfaces for the Xapian library. | |
Functions | |
bool | Xapian::operator== (const MSetIterator &a, const MSetIterator &b) |
Equality test for MSetIterator objects. | |
bool | Xapian::operator!= (const MSetIterator &a, const MSetIterator &b) |
Inequality test for MSetIterator objects. | |
bool | Xapian::operator== (const ESetIterator &a, const ESetIterator &b) |
Equality test for ESetIterator objects. | |
bool | Xapian::operator!= (const ESetIterator &a, const ESetIterator &b) |
Inequality test for ESetIterator objects. |
API for running queries.