Xapian::BM25Weight | BM25 weighting scheme |
Xapian::BoolWeight | Boolean weighting scheme (everything gets 0) |
Xapian::Database | This class is used to access a database, or a set of databases |
Xapian::Document | A document in the database - holds data, values, terms, and postings |
Xapian::Enquire | This class provides an interface to the information retrieval system for the purpose of searching |
Xapian::Error | Base class for all Xapian-specific errors reported |
Xapian::ErrorHandler | Error handling class |
Xapian::ESet | Class representing an ordered set of expand terms (an ESet) |
Xapian::ESetIterator | Iterate through terms in the ESet |
Xapian::ExpandDecider | Base class for expand decision functor |
Xapian::ExpandDeciderAnd | An expand decision functor which can be used to join two functors with an AND operation |
Xapian::ExpandDeciderFilterTerms | One useful expand decision functor, which provides a way of filtering out a fixed list of terms from the expand set |
Xapian::MatchDecider | Base class for matcher decision functor |
Xapian::MSet | A match set (MSet) |
Xapian::MSetIterator | An iterator pointing to items in an MSet |
Xapian::Query | Class representing a query |
Xapian::Query::Internal | Internal class, implementing most of Xapian::Query |
Xapian::Internal::RefCntPtr< T > | The actual reference-counted pointer |
Xapian::RSet | A relevance set (R-Set) |
Xapian::Stem | This class provides an interface to the stemming algorithms |
Xapian::TermIterator | An iterator pointing to items in a list of terms |
Xapian::TradWeight | Traditional probabilistic weighting scheme (as used by Muscat 3.6) |
Xapian::ValueIterator | An iterator pointing to values associated with a document |
Xapian::Weight | Abstract base class for weighting schemes |
Xapian::WritableDatabase | This class provides read/write access to a database |