#include "pack.h"
#include "valuestats.h"
#include "xapian/error.h"
#include "xapian/types.h"
#include <map>
#include <string>


Go to the source code of this file.
Classes | |
| class | BrassValueManager |
| class | Brass::ValueChunkReader |
Namespaces | |
| namespace | Brass |
| namespace | Xapian |
| The Xapian namespace contains public interfaces for the Xapian library. | |
Functions | |
| std::string | Brass::make_valuechunk_key (Xapian::valueno slot, Xapian::docid did) |
| Generate a key for a value stream chunk. | |
| Xapian::docid | Brass::docid_from_key (Xapian::valueno required_slot, const std::string &key) |
Definition in file brass_values.h.