(pindex *cbgt.PIndex, req []byte, res io.Writer, cancelCh <-chan bool)
| 2346 | } |
| 2347 | |
| 2348 | func (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 | |
| 2354 | func (t *BleveDestPartition) Stats(w io.Writer) error { |
| 2355 | return t.bdest.Stats(w) |