mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add comment for Flush (#11904)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>
This commit is contained in:
parent
b0f268e087
commit
b265ac0dd7
@ -1557,6 +1557,7 @@ func (node *Proxy) Search(ctx context.Context, request *milvuspb.SearchRequest)
|
||||
return qt.result, nil
|
||||
}
|
||||
|
||||
// Flush notify data nodes to persist the data of collection.
|
||||
func (node *Proxy) Flush(ctx context.Context, request *milvuspb.FlushRequest) (*milvuspb.FlushResponse, error) {
|
||||
resp := &milvuspb.FlushResponse{
|
||||
Status: &commonpb.Status{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user