Versions in this module Expand all Collapse all v0 v0.10.0 Feb 11, 2017 v0.7.0 Jan 7, 2015 Changes in this version + type FullTextIndex struct + func (index *FullTextIndex) Destroy() + func (index *FullTextIndex) Search(keywords string, maxiumNumberOfResults int) []Result + type ItemSearch struct + func NewItemSearch(logger logger.Logger, items []*model.Item) *ItemSearch + func (itemSearch *ItemSearch) Destroy() + func (itemSearch *ItemSearch) Search(keywords string, maxiumNumberOfResults int) []Result + type Result struct + Number int + Route route.Route + Score int64 + StoreValue string