[skip e2e] Fix typo for design doc (#14265)

Signed-off-by: yhmo <yihua.mo@zilliz.com>
pull/14281/head
groot 2021-12-27 10:48:21 +08:00 committed by GitHub
parent 3dc0d4d414
commit b88b6c49f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ SegmentSealed has an extra interface rather than SegmentInterface:
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
1. Note: indexes and vector data for the same column may coexist. Indexes are prioritized in the search
3. `DropIndex(fieldId)`: drop and release an existing index of a specified field
4. `DropFieldData(fieldId)`: drop and release existing data for a specified field