mirror of https://github.com/milvus-io/milvus.git
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>pull/23277/head
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…
Reference in New Issue