[skip ci] Fix grammar (#13364)

Signed-off-by: sida shen <sida.shen@zilliz.com>
pull/13371/head
SS 2021-12-14 19:57:52 +08:00 committed by GitHub
parent 41190c23f1
commit 10ebcc6f0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ SegmentSealed has an extra interface rather than SegmentInterface:
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
3. `DropIndex(fieldId)`: drop and release an existing index of a specified field
4. `DropFieldData(fieldId)`: drop and release existed data for a specified field
4. `DropFieldData(fieldId)`: drop and release existing data for a specified field
Search is executable as long as all the columns involved in the search are loaded.