mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 19:39:21 +08:00
[skip ci] Add comment for search in streaming (#8805)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
243ee06660
commit
2417a5da69
@ -104,6 +104,7 @@ func (s *streaming) retrieve(collID UniqueID, partIDs []UniqueID, plan *Retrieve
|
||||
return retrieveResults, retrieveSegmentIDs, nil
|
||||
}
|
||||
|
||||
// search will search all the target segments in streaming
|
||||
func (s *streaming) search(searchReqs []*searchRequest, collID UniqueID, partIDs []UniqueID, vChannel Channel,
|
||||
plan *SearchPlan, searchTs Timestamp) ([]*SearchResult, error) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user