# Functions
IsIndexCorruption returns a boolean indicating whether the error is known to report a corruption data issue.
NewIndexer returns an instance of the default `Indexer` implemtnation which perists the index (an Adaptive Radix Tree) as a binary blob on file.
# Interfaces
Indexer is an interface for loading and saving the index (an Adaptive Radix Tree).