mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 20:39:36 +08:00
[skip e2e] Add comment for loadIndex (#14693)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
6b806fc850
commit
c95deb2266
@ -53,6 +53,7 @@ type indexLoader struct {
|
||||
kv kv.DataKV // minio kv
|
||||
}
|
||||
|
||||
// loadIndex would load index to segment
|
||||
func (loader *indexLoader) loadIndex(segment *Segment, fieldID FieldID) error {
|
||||
// 1. use msg's index paths to get index bytes
|
||||
var err error
|
||||
|
Loading…
Reference in New Issue
Block a user