Versions in this module Expand all Collapse all v0 v0.5.0 Mar 27, 2017 v0.3.0 Feb 27, 2017 Changes in this version + var ErrProviderNotSupported = errors.New("Unsupported provider given") + type Index interface + DeleteBook func(bk *note.Book) error + DeleteNote func(n *note.Note) error + IndexNote func(n *note.Note) error + IndexNotes func(notes []*note.Note) error + SearchNote func(query string, limit, offset int) ([]int64, uint64, error) + SearchNotePhrase func(query string, bk *note.Book, sort string, limit, offset int) ([]int64, uint64, error) + func NewIndex(provider string, options ...string) (Index, error)