Skip to content

Commit d540626

Browse files
committed
Rewrite lookup join highlight
1 parent 590189a commit d540626

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/reference/release-notes/highlights.asciidoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,12 @@ Late-interaction models are powerful rerankers. While their size and overall cos
4747
=== LOOKUP JOIN is now available in technical preview
4848

4949
<<esql-lookup-join,LOOKUP JOIN>> is now available in technical preview.
50+
LOOKUP JOIN combines data from your {esql} queries with matching records from a lookup index, enabling you to:
5051

51-
- Enable the lexing/grammar for LOOKUP JOIN in non-snapshot builds.
52-
- Remove the grammar for the unsupported `| JOIN ...` command (without `LOOKUP` as first keyword). The way the lexer modes work, otherwise we'd also have to enable `| JOIN ...` syntax on non-snapshot builds and would have to add additional validation to provide appropriate error messages.
53-
- Remove grammar for `LOOKUP JOIN index AS ...` because qualifiers are not yet supported. Otherwise we'd have to put in additional validation as well to prevent such queries.
52+
* Enrich your search results with reference data
53+
* Speed up root-cause analysis and security investigations
54+
* Join data across indices without complex queries
55+
* Reduce operational overhead when correlating events
5456

5557
[discrete]
5658
[[release_semantic_text_as_ga_feature]]

0 commit comments

Comments
 (0)