BM25Weight | BM25 weighting scheme |
BoolWeight | Boolean weighting scheme (everything gets 0) |
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 |
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 |
OmESet | Class representing an ordered set of expand terms (an ESet) |
OmESetIterator | Iterate through terms in the ESet |
OmExpandDecider | Base class for expand decision functor |
OmExpandDeciderAnd | 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 |
OmMatchDecider | Base class for matcher decision functor |
OmMSet | A match set (MSet) |
OmMSetIterator | An iterator pointing to items in an MSet |
OmQuery | Class representing a query |
OmRSet | A relevance set (R-Set) |
OmStem | This class provides an interface to the stemming algorithms |
OmTermIterator | An iterator pointing to items in a list of terms |
TradWeight | Traditional probabilistic weighting scheme (as used by Muscat 3.6) |
OmValueIterator | An iterator pointing to values associated with a document |
OmWeight | Abstract base class for weighting schemes |
OmWritableDatabase | This class provides read/write access to a database |