#include <list>
#include <map>
#include <xapian.h>
#include <opentrep/OPENTREP_Types.hpp>
#include <opentrep/bom/BomAbstract.hpp>
#include <opentrep/bom/ScoreBoard.hpp>
Go to the source code of this file.
Classes | |
class | OPENTREP::Result |
Class wrapping a set of Xapian documents having matched a given query string. More... | |
Namespaces | |
OPENTREP | |
Typedefs | |
typedef std::pair < Xapian::Document, ScoreBoard > | OPENTREP::XapianDocumentPair_T |
typedef std::map < Xapian::docid, XapianDocumentPair_T > | OPENTREP::DocumentMap_T |