Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoopSearcher ¶
type NoopSearcher struct { }
func NewNoopSearcher ¶
func NewNoopSearcher() *NoopSearcher
func (*NoopSearcher) Index ¶
func (n *NoopSearcher) Index(collection string, document convoy.GenericMap) error
func (*NoopSearcher) Remove ¶
func (n *NoopSearcher) Remove(collection string, filter *datastore.Filter) error
func (*NoopSearcher) Search ¶
func (n *NoopSearcher) Search(collection string, filter *datastore.Filter) ([]string, datastore.PaginationData, error)
Click to show internal directories.
Click to hide internal directories.