mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
680ad482b7
commit
bd65ef8e95
@ -314,7 +314,7 @@ func (cit *createIndexTask) Execute(ctx context.Context) error {
|
||||
CollectionID: cit.collectionID,
|
||||
FieldID: cit.fieldSchema.GetFieldID(),
|
||||
IndexName: cit.req.GetIndexName(),
|
||||
TypeParams: cit.fieldSchema.GetTypeParams(),
|
||||
TypeParams: cit.newTypeParams,
|
||||
IndexParams: cit.newIndexParams,
|
||||
IsAutoIndex: cit.isAutoIndex,
|
||||
UserIndexParams: cit.req.GetExtraParams(),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user