mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 09:38:39 +08:00
[skip ci] Update comment for drop index (#8960)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
This commit is contained in:
parent
6f1635bdf8
commit
aa05b3d80f
@ -265,6 +265,8 @@ type RootCoord interface {
|
||||
// The `ErrorCode` of `Status` is `Success` if drop index successfully;
|
||||
// otherwise, the `ErrorCode` of `Status` will be `Error`, and the `Reason` of `Status` will record the fail cause.
|
||||
// error is always nil
|
||||
//
|
||||
// RootCoord forwards this request to IndexCoord to drop index
|
||||
DropIndex(ctx context.Context, req *milvuspb.DropIndexRequest) (*commonpb.Status, error)
|
||||
|
||||
// CreateAlias notifies RootCoord to create an alias for the collection
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user