We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 224656e commit e3d94a1Copy full SHA for e3d94a1
docs/reference/query-languages/esql/esql-lookup-join.md
@@ -59,5 +59,5 @@ The following is a list of current limitations with `LOOKUP JOIN`
59
* The query will circuit break if you fetch too much data in a single page. A large heap is needed to manage results of multiple megabytes.
60
* This limit is per page of data which is about about 10,000 rows.
61
* Matching many rows per incoming row will count against this limit.
62
- * This limit is approximately the same as for [`ENRICH`](/reference/query-languages/esql/esql-commands.md#esql-enrich).
+ * This limit is approximately the same as for [`ENRICH`](elasticsearch/docs/reference/query-languages/esql/esql-commands.md#esql-enrich).
63
0 commit comments