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

Method Query

pindex_bleve.go:2348–2352  ·  view source on GitHub ↗
(pindex *cbgt.PIndex,
	req []byte, res io.Writer,
	cancelCh <-chan bool)

Source from the content-addressed store, hash-verified

2346}
2347
2348func (t *BleveDestPartition) Query(pindex *cbgt.PIndex,
2349 req []byte, res io.Writer,
2350 cancelCh <-chan bool) error {
2351 return t.bdest.Query(pindex, req, res, cancelCh)
2352}
2353
2354func (t *BleveDestPartition) Stats(w io.Writer) error {
2355 return t.bdest.Stats(w)

Callers

nothing calls this directly

Calls 1

QueryMethod · 0.45

Tested by

no test coverage detected