# Functions
CreateIndexer creates a new Indexer.
NewField is a utility function to create a new Field.
# Structs
Field combines the name and value of an indexed field.
IdxAddResult represents the result of an Add call on an index.
StorageIndexer is the indexer implementation using metadata storage.
# Interfaces
Indexer is a facade to configure and query over multiple indices.