MCPcopy Create free account
hub / github.com/couchbase/cbft / Search

Method Search

remote.go:179–182  ·  view source on GitHub ↗
(req *bleve.SearchRequest)

Source from the content-addressed store, hash-verified

177}
178
179func (r *IndexClient) Search(req *bleve.SearchRequest) (
180 *bleve.SearchResult, error) {
181 return r.SearchInContext(context.Background(), req)
182}
183
184func (r *IndexClient) SearchInContext(ctx context.Context,
185 req *bleve.SearchRequest) (*bleve.SearchResult, error) {

Callers 2

TestNegativeIndexClientFunction · 0.95
TestBadURLsIndexClientFunction · 0.95

Calls 1

SearchInContextMethod · 0.95

Tested by 2

TestNegativeIndexClientFunction · 0.76
TestBadURLsIndexClientFunction · 0.76