Skip to content

Commit f86fb91

Browse files
authored
[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 } ```
1 parent e352d2c commit f86fb91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/reference/elasticsearch/mapping-reference/parent-join.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
2+
applies_to:
3+
serverless: unavailable
24
navigation_title: "Join"
35
mapped_pages:
46
- https://www.elastic.co/guide/en/elasticsearch/reference/current/parent-join.html
57
---
68

79
# Join field type [parent-join]
810

9-
1011
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.
1112

1213
::::{warning}

0 commit comments

Comments
 (0)