Documentation ¶
Overview ¶
Package dao abstract the indexation engine and provides a bleve-based implementation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SearchEngine ¶
type SearchEngine interface { IndexNode(context.Context, *tree.Node, bool, map[string]struct{}) error DeleteNode(context.Context, *tree.Node) error SearchNodes(context.Context, *tree.Query, int32, int32, chan *tree.Node, chan *tree.SearchFacet, chan bool) error ClearIndex(ctx context.Context) error Close() error }
Click to show internal directories.
Click to hide internal directories.