#include "om/omtypes.h"
#include "om/omdocument.h"
#include "om/omdatabase.h"
#include "om/omerror.h"
#include <string>
Go to the source code of this file.
Compounds | |
class | BM25Weight |
BM25 weighting scheme. More... | |
class | BoolWeight |
Boolean weighting scheme (everything gets 0). More... | |
class | OmEnquire |
This class provides an interface to the information retrieval system for the purpose of searching. More... | |
class | OmESet |
Class representing an ordered set of expand terms (an ESet). More... | |
class | OmESetIterator |
Iterate through terms in the ESet. More... | |
class | OmExpandDecider |
Base class for expand decision functor. More... | |
class | OmMatchDecider |
Base class for matcher decision functor. More... | |
class | OmMSet |
A match set (MSet). More... | |
class | OmMSetIterator |
An iterator pointing to items in an MSet. More... | |
class | OmRSet |
A relevance set (R-Set). More... | |
class | TradWeight |
Traditional probabilistic weighting scheme (as used by Muscat 3.6). More... | |
class | OmWeight |
Abstract base class for weighting schemes. More... | |
Functions | |
bool | operator!= (const OmMSetIterator &a, const OmMSetIterator &b) |
bool | operator!= (const OmESetIterator &a, const OmESetIterator &b) |