mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for Search (#11903)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/11908/head
parent
8c951217ee
commit
ef7575fe29
|
@ -1466,6 +1466,7 @@ func (node *Proxy) Delete(ctx context.Context, request *milvuspb.DeleteRequest)
|
|||
return dt.result, nil
|
||||
}
|
||||
|
||||
// Search search the most similar records of requests.
|
||||
func (node *Proxy) Search(ctx context.Context, request *milvuspb.SearchRequest) (*milvuspb.SearchResults, error) {
|
||||
if !node.checkHealthy() {
|
||||
return &milvuspb.SearchResults{
|
||||
|
|
Loading…
Reference in New Issue