Closed ThreadDao closed 7 months ago
/assign @congqixia
birdwatcher shows that the actual index is: inverted
Milvus(zong-go-master-2) > show index --collection 449162955906704142
*************2.1.x***************
*************2.2.x***************
==================================================================
Index ID: 449162955906704177 Index Name: int64 CollectionID: 449162955906704142 FieldID: 100
Create Time: 2024-04-19 12:09:26.831 +0800 Deleted: false
Index Type: INVERTED Metric Type: L2
Index Params: {}
metric_type:L2index_type:INVERTED==================================================================
==================================================================
Index ID: 449162955906704194 Index Name: bool CollectionID: 449162955906704142 FieldID: 101
Create Time: 2024-04-19 12:09:28.832 +0800 Deleted: false
Index Type: INVERTED Metric Type: L2
Index Params: {}
metric_type:L2index_type:INVERTED==================================================================
==================================================================
Index ID: 449162955906704211 Index Name: int8 CollectionID: 449162955906704142 FieldID: 102
Create Time: 2024-04-19 12:09:30.832 +0800 Deleted: false
Index Type: INVERTED Metric Type: L2
Index Params: {}
index_type:INVERTEDmetric_type:L2==================================================================
==================================================================
Index ID: 449162955906704228 Index Name: int16 CollectionID: 449162955906704142 FieldID: 103
Create Time: 2024-04-19 12:09:32.782 +0800 Deleted: false
Index Type: INVERTED Metric Type: L2
Index Params: {}
metric_type:L2index_type:INVERTED==================================================================
==================================================================
Index ID: 449162955906704245 Index Name: int32 CollectionID: 449162955906704142 FieldID: 104
Create Time: 2024-04-19 12:09:34.781 +0800 Deleted: false
Index Type: INVERTED Metric Type: L2
Index Params: {}
index_type:INVERTEDmetric_type:L2==================================================================
==================================================================
Index ID: 449162955906704262 Index Name: float CollectionID: 449162955906704142 FieldID: 105
Create Time: 2024-04-19 12:09:36.882 +0800 Deleted: false
Index Type: INVERTED Metric Type: L2
Index Params: {}
index_type:INVERTEDmetric_type:L2==================================================================
==================================================================
Index ID: 449162955906704279 Index Name: double CollectionID: 449162955906704142 FieldID: 106
Create Time: 2024-04-19 12:09:38.782 +0800 Deleted: false
Index Type: INVERTED Metric Type: L2
Index Params: {}
index_type:INVERTEDmetric_type:L2==================================================================
==================================================================
Index ID: 449162955906704297 Index Name: varchar CollectionID: 449162955906704142 FieldID: 107
Create Time: 2024-04-19 12:09:40.782 +0800 Deleted: false
Index Type: INVERTED Metric Type: L2
Index Params: {}
index_type:INVERTEDmetric_type:L2==================================================================
Is there an existing issue for this?
Current Behavior
The AUTOINDEX creation on the scalar field was successful. The configured AUTOINDEX index is HNSW, and an error is expected to be returned.
Expected Behavior
No response
Steps To Reproduce
No response
Environment
No response
Anything else?
No response