|
xapian-core
2.0.0
|
Xapian::BM25Weight class - the BM25 probabilistic formula. More...
#include <config.h>#include "xapian/weight.h"#include "weightinternal.h"#include "debuglog.h"#include "omassert.h"#include "serialise-double.h"#include "xapian/error.h"#include <algorithm>#include <cmath>
Include dependency graph for bm25weight.cc:Go to the source code of this file.
Namespaces | |
| Xapian | |
| The Xapian namespace contains public interfaces for the Xapian library. | |
Functions | |
| static void | Xapian::parameter_error (const char *message, const char *params) |
Xapian::BM25Weight class - the BM25 probabilistic formula.
Definition in file bm25weight.cc.