mirror of https://github.com/milvus-io/milvus.git
[skip ci] Update comment for create index (#8959)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>pull/9059/head
parent
cfd8004345
commit
6f1635bdf8
|
@ -243,6 +243,8 @@ type RootCoord interface {
|
|||
// The `ErrorCode` of `Status` is `Success` if create 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 create index
|
||||
CreateIndex(ctx context.Context, req *milvuspb.CreateIndexRequest) (*commonpb.Status, error)
|
||||
|
||||
// DescribeIndex notifies RootCoord to get specified index information for specified field
|
||||
|
|
Loading…
Reference in New Issue