[skip ci] Add comment for DescribeIndex (#11740)

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
pull/11642/head
dragondriver 2021-11-12 19:23:41 +08:00 committed by GitHub
parent f7d09b2695
commit 780c70551d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1014,6 +1014,7 @@ func (node *Proxy) CreateIndex(ctx context.Context, request *milvuspb.CreateInde
return cit.result, nil
}
// DescribeIndex get the meta information of index, such as index state, index id and etc.
func (node *Proxy) DescribeIndex(ctx context.Context, request *milvuspb.DescribeIndexRequest) (*milvuspb.DescribeIndexResponse, error) {
if !node.checkHealthy() {
return &milvuspb.DescribeIndexResponse{