(size uint64)
| 1198 | } |
| 1199 | |
| 1200 | func bleveCtxQueryEndCallback(size uint64) error { |
| 1201 | return fireQueryEvent(1, EventQueryEnd, 0, size) |
| 1202 | } |
| 1203 | |
| 1204 | func QueryBleve(mgr *cbgt.Manager, indexName, indexUUID string, |
| 1205 | req []byte, res io.Writer) error { |
nothing calls this directly
no test coverage detected