mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
[skip ci] Fix grammar mistake in segment (#13541)
Signed-off-by: yun.zhang <yun.zhang@zilliz.com> Co-authored-by: yun.zhang <yun.zhang@zilliz.com>
This commit is contained in:
parent
00c9797d91
commit
932b8f4b22
@ -360,7 +360,7 @@ func (s *Segment) fillVectorFieldsData(collectionID UniqueID,
|
||||
continue
|
||||
}
|
||||
|
||||
// If the vector field doesn't have index. Vector data is in memory for
|
||||
// If the vector field doesn't have indexed. Vector data is in memory for
|
||||
// brute force search. No need to download data from remote.
|
||||
if _, ok := s.indexInfos[fieldData.FieldId]; !ok {
|
||||
continue
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user