Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsIndexCorruption ¶
IsIndexCorruption returns a boolean indicating whether the error is known to report a corruption data issue
Types ¶
type Indexer ¶
type Indexer interface { Load(path string, maxkeySize uint32) (art.Tree, bool, error) Save(t art.Tree, path string) error }
Indexer is an interface for loading and saving the index (an Adaptive Radix Tree)
func NewIndexer ¶
func NewIndexer() Indexer
NewIndexer returns an instance of the default `Indexer` implemtnation which perists the index (an Adaptive Radix Tree) as a binary blob on file
func NewTTLIndexer ¶
func NewTTLIndexer() Indexer
Click to show internal directories.
Click to hide internal directories.