mirror of https://github.com/milvus-io/milvus.git
[skip ci] Fix typo in sealed segment design doc (#11824)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>pull/11846/head
parent
c00e2e29c4
commit
ea732320f7
|
@ -1,5 +1,5 @@
|
|||
# SegmentSealed
|
||||
SegmentSealed has an extra interface rather than segment_inferface:
|
||||
SegmentSealed has an extra interface rather than SegmentInterface:
|
||||
|
||||
1. `LoadIndex(loadIndexInfo)`: load the index. indexInfo contains
|
||||
1. `FieldId`
|
||||
|
|
Loading…
Reference in New Issue