Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Searcher ¶
type Searcher interface { Search(collection string, filter *datastore.Filter) ([]string, datastore.PaginationData, error) Index(collection string, document convoy.GenericMap) error }
func NewSearchClient ¶
func NewSearchClient(c config.Configuration) (Searcher, error)
Click to show internal directories.
Click to hide internal directories.