Skip to content

Commit 4b281f2

Browse files
committed
Clarify remote lookup join part
1 parent 61320ec commit 4b281f2

File tree

1 file changed

+1
-1
lines changed
  • docs/reference/query-languages/esql/_snippets/commands/layout

1 file changed

+1
-1
lines changed

docs/reference/query-languages/esql/_snippets/commands/layout/lookup-join.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ FROM <source_index>
1919
**Parameters**
2020

2121
`<lookup_index>`
22-
: The name of the lookup index. This must be a specific index name or alias. Wildcards and remote cluster references are not supported. Indices used for lookups must be configured with the [`lookup` index mode](/reference/elasticsearch/index-settings/index-modules.md#index-mode-setting).
22+
: The name of the lookup index. This must be a specific index name or alias. Wildcards and remote cluster prefixes are not supported. If the query source includes remote indices, the index with this name should exist on all involved clusters. Indices used for lookups must be configured with the [`lookup` index mode](/reference/elasticsearch/index-settings/index-modules.md#index-mode-setting).
2323

2424
`<join_condition>`
2525
: Can be one of the following:

0 commit comments

Comments
 (0)