xapian-core  1.4.25
Classes | Namespaces | Variables
glass_inverter.h File Reference

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"
+ Include dependency graph for glass_inverter.h:
+ This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Inverter class which "inverts the file".

Definition in file glass_inverter.h.

Variable Documentation

◆ DELETED_POSTING

const Xapian::termcount DELETED_POSTING = Xapian::termcount(-1)