BM25Weight | BM25 weighting scheme |
Xapian::BM25Weight | BM25 weighting scheme |
Xapian::BoolWeight | Boolean weighting scheme (everything gets 0) |
BoolWeight | Boolean weighting scheme (everything gets 0) |
Xapian::Database | This class is used to access a database, or a set of databases |
OmDatabase | This class is used to access a database, or a set of databases |
OmDocument | A document in the database - holds data, values, terms, and postings |
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 |
OmEnquire | This class provides an interface to the information retrieval system for the purpose of searching |
OmError | Base class for all Xapian-specific errors reported |
OmErrorHandler | Error handling class |
Xapian::ESet | Class representing an ordered set of expand terms (an ESet) |
OmESet | Class representing an ordered set of expand terms (an ESet) |
Xapian::ESetIterator | Iterate through terms in the ESet |
OmESetIterator | Iterate through terms in the ESet |
Xapian::ExpandDecider | Base class for expand decision functor |
OmExpandDecider | Base class for expand decision functor |
OmExpandDeciderAnd | An expand decision functor which can be used to join two functors with an AND operation |
Xapian::ExpandDeciderAnd | An expand decision functor which can be used to join two functors with an AND operation |
OmExpandDeciderFilterTerms | One useful expand decision functor, which provides a way of filtering out a fixed list of terms from the expand set |
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 |
OmMatchDecider | Base class for matcher decision functor |
Xapian::MSet | A match set (MSet) |
OmMSet | A match set (MSet) |
OmMSetIterator | An iterator pointing to items in an MSet |
Xapian::MSetIterator | An iterator pointing to items in an MSet |
OmQuery | Class representing a query |
Xapian::Query | Class representing a query |
OmRSet | A relevance set (R-Set) |
Xapian::RSet | A relevance set (R-Set) |
Xapian::Stem | This class provides an interface to the stemming algorithms |
OmStem | This class provides an interface to the stemming algorithms |
OmTermIterator | An iterator pointing to items in a list of terms |
Xapian::TermIterator | An iterator pointing to items in a list of terms |
Xapian::TradWeight | Traditional probabilistic weighting scheme (as used by Muscat 3.6) |
TradWeight | Traditional probabilistic weighting scheme (as used by Muscat 3.6) |
Xapian::ValueIterator | An iterator pointing to values associated with a document |
OmValueIterator | An iterator pointing to values associated with a document |
Xapian::Weight | Abstract base class for weighting schemes |
OmWeight | Abstract base class for weighting schemes |
OmWritableDatabase | This class provides read/write access to a database |
Xapian::WritableDatabase | This class provides read/write access to a database |