OpenTREP Logo  0.07.18
C++ Open Travel Request Parsing Library
Loading...
Searching...
No Matches
Result.hpp File Reference
#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

namespace  OPENTREP
 

Typedefs

typedef std::pair< Xapian::Document, ScoreBoardOPENTREP::XapianDocumentPair_T
 
typedef std::list< XapianDocumentPair_TOPENTREP::DocumentList_T
 
typedef std::map< Xapian::docid, XapianDocumentPair_TOPENTREP::DocumentMap_T