Versions in this module Expand all Collapse all v0 v0.11.0 Aug 1, 2019 Changes in this version + var ErrNoIndex = errors.New("No search index found for type provided") + var Search map[string]bleve.Index + func Backup(ctx context.Context, res http.ResponseWriter) error + func DeleteIndex(id string) error + func MapIndex(typeName string) error + func TypeQuery(typeName, query string, count, offset int) ([]string, error) + func UpdateIndex(id string, data interface{}) error + type Searchable interface + IndexContent func() bool + SearchMapping func() (*mapping.IndexMappingImpl, error)