mirror of
https://github.com/typesense/typesense.git
synced 2025-05-28 01:30:07 +08:00
Fix CollectionManagerTest.RestoreRecordsOnRestart
This commit is contained in:
parent
bb1c72a8f4
commit
aad34c8c5c
@ -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":["+"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user