You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `FORK` processing command creates multiple execution branches to operate
18
18
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.
19
19
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
+
20
22
**Branch identification:**
21
23
- The `_fork` column identifies each branch with values like `fork1`, `fork2`, `fork3`
22
24
- Values correspond to the order branches are defined
Copy file name to clipboardExpand all lines: x-pack/plugin/downsample/src/internalClusterTest/java/org/elasticsearch/xpack/downsample/DownsampleTransportFailureIT.java
0 commit comments