xapian-core  2.0.0
Classes | Namespaces | Variables
honey_values.cc File Reference

HoneyValueManager class. More...

#include <config.h>
#include "honey_values.h"
#include "honey_cursor.h"
#include "honey_postlist.h"
#include "honey_postlisttable.h"
#include "honey_termlist.h"
#include "honey_termlisttable.h"
#include "bitstream.h"
#include "debuglog.h"
#include "backends/documentinternal.h"
#include "pack.h"
#include "xapian/error.h"
#include "xapian/valueiterator.h"
#include <algorithm>
#include <memory>
+ Include dependency graph for honey_values.cc:

Go to the source code of this file.

Classes

class  Honey::ValueUpdater
 

Namespaces

 Honey
 

Variables

static const size_t CHUNK_SIZE_THRESHOLD = 2000
 

Detailed Description

HoneyValueManager class.

Definition in file honey_values.cc.

Variable Documentation

◆ CHUNK_SIZE_THRESHOLD

const size_t CHUNK_SIZE_THRESHOLD = 2000
static

Definition at line 164 of file honey_values.cc.

Referenced by Honey::ValueUpdater::append_to_stream().