Baloo::DocumentDB

Search for usage in LXR

#include <documentdb.h>

Public Member Functions

 DocumentDB (MDB_dbi dbi, MDB_txn *txn)
 
bool contains (quint64 docId)
 
void del (quint64 docId)
 
QVector< QByteArrayget (quint64 docId)
 
void put (quint64 docId, const QVector< QByteArray > &list)
 
uint size ()
 
QMap< quint64, QVector< QByteArray > > toTestMap () const
 

Static Public Member Functions

static MDB_dbi create (const char *name, MDB_txn *txn)
 
static MDB_dbi open (const char *name, MDB_txn *txn)
 

Detailed Description

Implements storage for a set of s for the given docId Instantiated for:

  • document (content) terms
  • filename terms
  • xattr terms

Definition at line 25 of file documentdb.h.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Dec 1 2023 03:56:49 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.