#include "xapian/database.h"#include "xapian/document.h"#include "xapian/enquire.h"#include "xapian/query.h"#include "xapian/keymaker.h"#include <algorithm>#include <cmath>#include <map>#include <set>


Go to the source code of this file.
Classes | |
| class | Xapian::Internal::MSetItem |
| An item resulting from a query. More... | |
| class | Xapian::Enquire::Internal |
| Internals of enquire system. More... | |
| class | Xapian::MSet::Internal |
| struct | Xapian::MSet::Internal::TermFreqAndWeight |
| A structure containing the term frequency and weight for a given query term. More... | |
| class | Xapian::RSet::Internal |
Namespaces | |
| namespace | Xapian |
| The Xapian namespace contains public interfaces for the Xapian library. | |
| namespace | Xapian::Internal |