# Functions

NewIndex creates a new index connecting to the redis host, and using the given name as key prefix.

# Structs

Index is an interface to redisearch's redis connads.
IndexingOptions are flags passed to the the abstract Index call, which receives them as interface{}, allowing for implementation specific options.