Skip to content

Commit a7e32e5

Browse files
committed
fixing feilds
1 parent ed86d57 commit a7e32e5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ The `LOOKUP JOIN` command adds new columns to a table, with data from {{es}} ind
3434
:alt: esql lookup join
3535
:::
3636

37-
$$$esql-source-index$$$
37+
`<lookup_index>`
38+
: The name of the lookup index. This must be a specific index name - wildcards, aliases, and remote cluster references are not supported.
3839

39-
Source index
40-
: An index which stores data that the `LOOKUP` command can add to input tables. You can create and manage these indices just like a regular {{es}} index. You also can use the same source index in multiple lookup joins.
40+
`<field_name>`
41+
: The field to join on. This field must exist in both your current query results and in the lookup index. If the field contains multi-valued entries, those entries will not match anything (the added fields will contain `null` for those rows).
4142

4243
## Example
4344

0 commit comments

Comments
 (0)