mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Fix typo for design doc (#14265)
Signed-off-by: yhmo <yihua.mo@zilliz.com>pull/14281/head
parent
3dc0d4d414
commit
b88b6c49f8
|
@ -6,7 +6,7 @@ SegmentSealed has an extra interface rather than SegmentInterface:
|
||||||
2. `IndexParams`: index parameters in KV structure KV
|
2. `IndexParams`: index parameters in KV structure KV
|
||||||
3. `VecIndex`: vector index
|
3. `VecIndex`: vector index
|
||||||
2. `LoadFieldData(loadFieldDataInfo)`: load column data, could be either scalar column or vector column
|
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
|
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
|
4. `DropFieldData(fieldId)`: drop and release existing data for a specified field
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue