mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for CreateAlias (#12018)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/12026/head
parent
3acb73ebe6
commit
2d4f691905
|
@ -1693,6 +1693,7 @@ func (node *Proxy) Query(ctx context.Context, request *milvuspb.QueryRequest) (*
|
|||
}, nil
|
||||
}
|
||||
|
||||
// CreateAlias create alias for collection, then you can search the collection with alias.
|
||||
func (node *Proxy) CreateAlias(ctx context.Context, request *milvuspb.CreateAliasRequest) (*commonpb.Status, error) {
|
||||
if !node.checkHealthy() {
|
||||
return unhealthyStatus(), nil
|
||||
|
|
Loading…
Reference in New Issue