xapian-core
1.4.26
|
#include <config.h>
#include "xapian/enquire.h"
#include "xapian/document.h"
#include "xapian/error.h"
#include "xapian/expanddecider.h"
#include "xapian/matchspy.h"
#include "xapian/termiterator.h"
#include "xapian/weight.h"
#include "vectortermlist.h"
#include "backends/database.h"
#include "debuglog.h"
#include "expand/esetinternal.h"
#include "expand/expandweight.h"
#include "exp10.h"
#include "matcher/msetcmp.h"
#include "matcher/multimatch.h"
#include "omassert.h"
#include "api/omenquireinternal.h"
#include "roundestimate.h"
#include "str.h"
#include "weight/weightinternal.h"
#include <algorithm>
#include "autoptr.h"
#include <cfloat>
#include <cmath>
#include <vector>
Go to the source code of this file.
Classes | |
class | Xapian::ByQueryIndexCmp |
Namespaces | |
Xapian | |
The Xapian namespace contains public interfaces for the Xapian library. | |
Xapian::Internal | |