[skip ci] Fix typo in sealed segment design doc (#11700)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
pull/11732/head
edward.zeng 2021-11-12 13:27:43 +08:00 committed by GitHub
parent 183d8cdfcf
commit 3dc4c58ae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ SegmentSealed has an extra interface rather than segment_inferface:
1. `LoadIndex(loadIndexInfo)`: load the index. indexInfo contains
1. `FieldId`
2. `IndexParams`: index paramters in KV structure KV
2. `IndexParams`: index parameters in KV structure KV
3. `VecIndex`: vector index
2. `LoadFieldData(loadFieldDataInfo)`: load column data, could be either scalar column or vector column
1. Note: indexes and vector data for the same column may coexist. Indexes are prioritized in search