xapian-core  1.4.25
Classes | Namespaces | Functions
chert_values.h File Reference

ChertValueManager class. More...

#include "pack.h"
#include "backends/valuestats.h"
#include "xapian/error.h"
#include "xapian/types.h"
#include "autoptr.h"
#include <map>
#include <string>
+ Include dependency graph for chert_values.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ChertValueManager
 
class  ValueChunkReader
 

Namespaces

 Xapian
 The Xapian namespace contains public interfaces for the Xapian library.
 

Functions

std::string make_valuechunk_key (Xapian::valueno slot, Xapian::docid did)
 Generate a key for a value stream chunk. More...
 
Xapian::docid docid_from_key (Xapian::valueno required_slot, const std::string &key)
 

Detailed Description

ChertValueManager class.

Definition in file chert_values.h.

Function Documentation

◆ docid_from_key()

Xapian::docid docid_from_key ( Xapian::valueno  required_slot,
const std::string &  key 
)
inline

◆ make_valuechunk_key()

std::string make_valuechunk_key ( Xapian::valueno  slot,
Xapian::docid  did 
)
inline