# Packages
No description provided by the author
# Constants
QueryTypeMatch requests the indexer to match each expression term.
QueryTypePhrase searches for an exact phrase match.
# Variables
ErrMissingLinkID is returned when attempting to index a document that does not specify a valid link ID.
ErrNotFound is returned by the indexer when attempting to look up a document that does not exist.
# Type aliases
QueryType describes the types of queries supported by the indexer implementations.