Skip to content

Commit 030cdf4

Browse files
authored
[docs][esql] Link to FORK from FUSE docs, and link to ESQL search overview (#137474)
1 parent 9770442 commit 030cdf4

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ FORK ( <processing_commands> ) ( <processing_commands> ) ... ( <processing_comma
1717
The `FORK` processing command creates multiple execution branches to operate
1818
on the same input data and combines the results in a single output table. A discriminator column (`_fork`) is added to identify which branch each row came from.
1919

20+
Together with the [`FUSE`](/reference/query-languages/esql/commands/fuse.md) command, `FORK` enables hybrid search to combine and score results from multiple queries. To learn more about using {{esql}} for search, refer to [ES|QL for search](docs-content://solutions/search/esql-for-search.md).
21+
2022
**Branch identification:**
2123
- The `_fork` column identifies each branch with values like `fork1`, `fork2`, `fork3`
2224
- Values correspond to the order branches are defined

0 commit comments

Comments
 (0)