Fix CollectionManagerTest.RestoreRecordsOnRestart

This commit is contained in:
Harpreet Sangar 2023-01-17 09:19:08 +05:30
parent bb1c72a8f4
commit aad34c8c5c

View File

@ -37,7 +37,7 @@ protected:
{"name": "points", "type": "int32"},
{"name": "person", "type": "object", "optional": true},
{"name": "vec", "type": "float[]", "num_dim": 128, "optional": true},
{"name": "product_id", "type": "string", "reference": "Products.product_id"}
{"name": "product_id", "type": "string", "reference": "Products.product_id", "optional": true}
],
"default_sorting_field": "points",
"symbols_to_index":["+"],