|
xapian-core
2.0.0
|
Xapian::Weight::Internal class, holding database and term statistics. More...
#include "xapian/weight.h"#include "xapian/database.h"#include "xapian/error.h"#include "xapian/query.h"#include "backends/databaseinternal.h"#include "internaltypes.h"#include "omassert.h"#include "stringutils.h"#include <algorithm>#include <cerrno>#include <cstdlib>#include <functional>#include <map>#include <string>#include <string_view>
Include dependency graph for weightinternal.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | Xapian::Internal::TermFreqs |
| The frequencies for a term. More... | |
| class | Xapian::Weight::Internal |
| Class to hold statistics for a given collection. More... | |
Namespaces | |
| Xapian | |
| The Xapian namespace contains public interfaces for the Xapian library. | |
| Xapian::Internal | |
Xapian::Weight::Internal class, holding database and term statistics.
Definition in file weightinternal.h.