xapian-core  2.0.0
Classes | Namespaces | Functions
honey_postlist.h File Reference

PostList in a honey database. More...

#include "backends/leafpostlist.h"
#include "honey_positionlist.h"
#include "pack.h"
#include <string>
#include <string_view>
+ Include dependency graph for honey_postlist.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Honey::PostingChunkReader
 
class  HoneyPostList
 PostList in a honey database. More...
 
class  HoneyPosPostList
 PostList in a honey database with positions. More...
 

Namespaces

 Honey
 

Functions

std::string Honey::make_postingchunk_key (std::string_view term)
 Generate a key for a posting initial chunk. More...
 
std::string Honey::make_postingchunk_key (std::string_view term, Xapian::docid did)
 Generate a key for a posting continuation chunk. More...
 
Xapian::docid Honey::docid_from_key (const std::string &term, const std::string &key)
 

Detailed Description

PostList in a honey database.

Definition in file honey_postlist.h.