mirror of https://github.com/milvus-io/milvus.git
parent
41190c23f1
commit
10ebcc6f0e
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue