OpenTREP Logo  0.6.0
C++ Open Travel Request Parsing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

 OPENTREP
 

Typedefs

typedef std::pair
< Xapian::Document, ScoreBoard > 
OPENTREP::XapianDocumentPair_T
 
typedef std::map
< Xapian::docid,
XapianDocumentPair_T > 
OPENTREP::DocumentMap_T