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

Method Batch

remote.go:129–131  ·  view source on GitHub ↗
(b *bleve.Batch)

Source from the content-addressed store, hash-verified

127}
128
129func (r *IndexClient) Batch(b *bleve.Batch) error {
130 return indexClientUnimplementedErr
131}
132
133func (r *IndexClient) Document(id string) (index.Document, error) {
134 return nil, indexClientUnimplementedErr

Callers 4

TestNegativeIndexClientFunction · 0.95
TestDeleteByQueryFunction · 0.45
documentMatchHandlerMethod · 0.45
executeFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestNegativeIndexClientFunction · 0.76
TestDeleteByQueryFunction · 0.36