# Functions
Backup creates an archive of a project's search index and writes it to the response as a download.
DeleteIndex removes data from a content type's search index at the given identifier.
MapIndex creates the mapping for a type and tracks the index to be used within the system for adding/deleting/checking data.
TypeQuery conducts a search and returns a set of Ponzu "targets", Type:ID pairs, and an error.
UpdateIndex sets data into a content type's search index at the given identifier.
# Variables
ErrNoIndex is for failed checks for an index in Search map.
Search tracks all search indices to use throughout system.
# Interfaces
Searchable ...