package
5.5.2+incompatible
Repository: https://github.com/keycase/client-fork.git
Documentation: pkg.go.dev
# Functions
Init initializes a context and a libkbfs.Config for search operations.
NewIndexer creates a new instance of an Indexer.
NewProgress creates a new Progress instance.
Params returns a set of default parameters for search-related operations.
# Structs
DbClosedError indicates that the DB has been closed, and thus isn't accepting any more operations.
DocDb is a database that holds metadata about indexed documents.
IndexedBlockDb is a database that holds metadata about indexed blocks.
IndexedTlfDb is a database that holds metadata about indexed TLFs.
Indexer can index and search KBFS TLFs.
OldPtrNotFound indicates that the old pointer for a given file couldn't be found in the index.
Progress represents the current state of the indexer, and how far along the indexing is.
Result indicates a single document that matches a search query.
RevisionGCdError indicates that a revision has been garbage-collected and cannot be indexed.