未验证 提交 f7d09b26 编写于 作者: D dragondriver 提交者: GitHub

[skip ci] Add comment for CreateIndex (#11739)

Signed-off-by: Ndragondriver <jiquan.long@zilliz.com>
上级 be205678
......@@ -957,6 +957,7 @@ func (node *Proxy) ShowPartitions(ctx context.Context, request *milvuspb.ShowPar
return spt.result, nil
}
// CreateIndex create index for collection.
func (node *Proxy) CreateIndex(ctx context.Context, request *milvuspb.CreateIndexRequest) (*commonpb.Status, error) {
if !node.checkHealthy() {
return unhealthyStatus(), nil
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册