Rob Bast
04/10/2025, 2:55 PM{
"name": "test",
"fields": [
{
"name": ".*",
"type": "auto"
}
],
"enable_nested_fields": true
}
when submitting documents:
[
{
"bar": 100.0
},
{
"baz": {
"foo": 123.0
},
}
]
both bar
and baz.foo
get created with type int64