|
QUrl | canonicalizeTimelineUrl (const QUrl &url) |
|
quint64 | decodeFixed64 (const char *ptr) |
|
QStringList | defaultExcludeFilterList () |
|
int | defaultExcludeFilterListVersion () |
|
QStringList | defaultExcludeMimetypes () |
|
int | defaultExcludeMimetypesVersion () |
|
quint64 | devIdAndInodeToId (quint32 devId, quint32 inode) |
|
static int | encodeVarint32Internal (char *dst, quint32 v) |
|
BALOO_ENGINE_EXPORT QString | fileIndexDbPath () |
|
quint64 | filePathToId (const QByteArray &filePath) |
|
int | filePathToStat (const QByteArray &filePath, QT_STATBUF &statBuf) |
|
char * | getDifferentialVarInt32 (char *p, char *limit, QVector< quint32 > *values) |
|
char * | getVarint32Ptr (char *p, char *limit, quint32 *value) |
|
const char * | getVarint32Ptr (const char *p, const char *limit, quint32 *v) |
|
char * | getVarint32PtrFallback (char *p, char *limit, quint32 *value) |
|
BALOO_ENGINE_EXPORT Database * | globalDatabaseInstance () |
|
quint32 | idToDeviceId (quint64 id) |
|
quint32 | idToInode (quint64 id) |
|
const KFileMetaData::PropertyMultiMap | jsonToPropertyMap (const QJsonObject &properties) |
|
Term | operator! (const Term &rhs) |
|
Term | operator&& (const Term &lhs, const Term &rhs) |
|
QDebug | operator<< (QDebug d, const Baloo::EngineQuery &q) |
|
QDebug | operator<< (QDebug dbg, const Document &doc) |
|
QDebug | operator<< (QDebug dbg, const DocumentTimeDB::TimeInfo &time) |
|
QDebug | operator<< (QDebug dbg, const FileIndexerConfig::FolderCache::value_type &) |
|
QDebug | operator<< (QDebug dbg, const FileIndexerConfig::FolderConfig &entry) |
|
QDebug | operator<< (QDebug dbg, const PositionInfo &pos) |
|
Term | operator|| (const Term &lhs, const Term &rhs) |
|
TimelineFolderType | parseTimelineUrl (const QUrl &url, QDate *date, QString *filename=nullptr) |
|
const QJsonObject | propertyMapToJson (const KFileMetaData::PropertyMultiMap &properties) |
|
void | putDifferentialVarInt32 (QByteArray &temporaryStorage, QByteArray *dst, const QVector< quint32 > &values) |
|
void | putFixed64 (QByteArray *dst, quint64 value) |
|
static void | putVarint32Internal (char *dst, quint32 v, int &pos) |
|
template<typename T , typename V > |
void | sortedIdInsert (T &vec, const V &id) |
|
template<typename T , typename V > |
void | sortedIdRemove (T &vec, const V &id) |
|
QStringList | sourceCodeMimeTypes () |
|
quint64 | statBufToId (const QT_STATBUF &stBuf) |
|
BALOO_ENGINE_EXPORT QString | stateString (IndexerState state) |
|
BALOO_ENGINE_EXPORT QString | stateString (int state) |
|
int | statWithFsid (const char *path, QT_STATBUF *statBuf) |
|
char * | toString (const EngineQuery &query) |
|
char * | toString (const Term &term) |
|
Implements storage for docIds without any associated data Instantiated for:
- content indexing (files to be reindexed)
- failed ids (files no indexable, e.g. due to crashing indexers)