mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for DescribeIndex (#11740)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/11642/head
parent
f7d09b2695
commit
780c70551d
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue