You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[DOCS] Document join field type not available on serverless currently
```
{
"error": {
"root_cause": [
{
"type": "status_exception",
"reason": "Parameter validation failed for [/garage_to_product_db/_doc/product-123]: The http parameter [routing] (with value [vehicle-1]) is not permitted when running in serverless mode"
}
],
"type": "status_exception",
"reason": "Parameter validation failed for [/garage_to_product_db/_doc/product-123]: The http parameter [routing] (with value [vehicle-1]) is not permitted when running in serverless mode"
},
"status": 400
}
```
The `join` data type is a special field that creates parent/child relation within documents of the same index. The `relations` section defines a set of possible relations within the documents, each relation being a parent name and a child name.
0 commit comments