21 #ifndef XAPIAN_INCLUDED_HONEY_DEFS_H
22 #define XAPIAN_INCLUDED_HONEY_DEFS_H
29 #define HONEY_TABLE_EXTENSION "honey"
36 #define HONEY_MIN_DB_SIZE 2048
39 #define HONEY_MAX_KEY_LENGTH 255
47 #define HONEY_POSTLIST_CHUNK_MAX 2000
50 #define HONEY_DOCLEN_CHUNK_MAX 2017
57 "HONEY_DOCLEN_CHUNK_MAX should be (12 * x + 1)");
64 #define HONEY_MAX_DOCID Xapian::docid(0xffffffffffffffff)
93 #define KEY_DOCLEN_PREFIX "\0\xf7"
uint4 honey_block_t
A block number in a honey Btree file.
#define HONEY_DOCLEN_CHUNK_MAX
unsigned long long honey_tablesize_t
How many entries there are in a table.
uint4 honey_revision_number_t
The revision number of a honey database.