#include <ostream>
#include <xapian/database.h>
#include <xapian/document.h>
#include <xapian/query.h>
#include <xapian/enquire.h>
#include <xapian/stem.h>
#include <xapian/postingiterator.h>
#include <xapian/positioniterator.h>
#include <xapian/termiterator.h>
#include <xapian/valueiterator.h>
#include <xapian/matchspy.h>
#include <xapian/postingsource.h>
#include "replication.h"
#include "weightinternal.h"


Go to the source code of this file.
Defines | |
| #define | XAPIAN_OUTPUT_FUNCTION(CLASS) |
| Helper macro for defining stream output of Xapian class. | |
Definition in file output.h.
| #define XAPIAN_OUTPUT_FUNCTION | ( | CLASS | ) |
Value:
inline std::ostream & \ operator<<(std::ostream & os, const CLASS & object) { \ return os << object.get_description(); \ }