#include "xapian/types.h"
#include <map>
#include <string>
#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... | |
Variables | |
| const Xapian::termcount | DELETED_POSTING = Xapian::termcount(-1) |
| Magic wdf value used for a deleted posting. | |
Definition in file brass_inverter.h.
| const Xapian::termcount DELETED_POSTING = Xapian::termcount(-1) |
Magic wdf value used for a deleted posting.
Definition at line 36 of file brass_inverter.h.
Referenced by Inverter::delete_doclength(), Inverter::get_doclength(), Inverter::PostingChanges::PostingChanges(), Inverter::PostingChanges::remove_posting(), and Inverter::set_doclength().