Skip to content

Commit 13b73a6

Browse files
committed
updates
1 parent a6dec83 commit 13b73a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/query-languages/esql/esql-lookup-join.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ To use `LOOKUP JOIN`, you must have:
5252
The following is a list of current limitations with `LOOKUP JOIN`
5353

5454
* `LOOKUP JOIN` will be sucessfull if both left and right type of the join are both `KEYWORD` types or if the left type is of `TEXT` and the right type is `KEYWORD`.
55-
* Indices in [lookup](reference/elasticsearch/index-settings/index-modules.md#index-mode-setting) mode are always single-sharded.
55+
* Indices in [lookup](/reference/elasticsearch/index-settings/index-modules.md#index-mode-setting) mode are always single-sharded.
5656
* Cross cluster search is unsupported. Both source and lookup indicies must be local.
5757
* `LOOKUP JOIN` can only use a single match field, and can only use a single index. Wildcards, aliases, and datastreams are not supported.
5858
* The name of the match field in `LOOKUP JOIN lu_idx ON match_field` must match an existing field in the query. This may require renames or evals to achieve it.
5959
* 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.
6060
* This limit is per page of data which is about about 10,000 rows.
6161
* 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).
62+
* This limit is approximately the same as for [`ENRICH`](/reference/query-languages/esql/esql-commands.md#esql-enrich).
6363

0 commit comments

Comments
 (0)