Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FullTextIndex ¶
type FullTextIndex struct {
// contains filtered or unexported fields
}
FullTextIndex indexes a given set if repository items and enables a full-text search on these items.
type ItemSearch ¶
type ItemSearch struct {
// contains filtered or unexported fields
}
ItemSearch creates a fulltext index for given set of repository items and provides the ability to search over this index.
func NewItemSearch ¶
func NewItemSearch(logger logger.Logger, items []*model.Item) *ItemSearch
NewItemSearch creates a new repository item searcher.
Click to show internal directories.
Click to hide internal directories.