xapian-core
1.4.26
|
Inverter class which "inverts the file". More...
#include "xapian/types.h"
#include <map>
#include <string>
#include <vector>
#include "omassert.h"
#include "str.h"
#include "xapian/error.h"
Go to the source code of this file.
Classes | |
class | Inverter |
Class which "inverts the file". More... | |
class | Inverter::PostingChanges |
Class for storing the changes in frequencies for a term. More... | |
Namespaces | |
Xapian | |
The Xapian namespace contains public interfaces for the Xapian library. | |
Variables | |
const Xapian::termcount | DELETED_POSTING = Xapian::termcount(-1) |
Magic wdf value used for a deleted posting. More... | |
Inverter class which "inverts the file".
Definition in file glass_inverter.h.
const Xapian::termcount DELETED_POSTING = Xapian::termcount(-1) |
Magic wdf value used for a deleted posting.
Definition at line 42 of file glass_inverter.h.
Referenced by Inverter::delete_doclength(), Inverter::get_doclength(), Inverter::PostingChanges::PostingChanges(), Inverter::PostingChanges::remove_posting(), and Inverter::set_doclength().