Versions in this module Expand all Collapse all v0 v0.0.1 Nov 28, 2024 Changes in this version + type DB struct + func (D DB) BatchIndex(ctx context.Context, nodes []model.SearchNode) error + func (D DB) Clear(ctx context.Context) error + func (D DB) Config() searcher.Config + func (D DB) Del(ctx context.Context, path string) error + func (D DB) Get(ctx context.Context, parent string) ([]model.SearchNode, error) + func (D DB) Index(ctx context.Context, node model.SearchNode) error + func (D DB) Release(ctx context.Context) error + func (D DB) Search(ctx context.Context, req model.SearchReq) ([]model.SearchNode, int64, error)