Skip to content

Commit 9ca38f9

Browse files
authored
Re-fix elasticsearch highlights for 9.0 (#126859)
1 parent 929d79a commit 9ca38f9

File tree

1 file changed

+12
-16
lines changed

1 file changed

+12
-16
lines changed

docs/release-notes/index.md

+12-16
Original file line numberDiff line numberDiff line change
@@ -24,29 +24,25 @@ To check for security updates, go to [Security announcements for the Elastic sta
2424

2525
### Highlights [elasticsearch-900-highlights]
2626

27-
::::{dropdown} Add new experimental `rank_vectors` mapping for late-interaction second order ranking
28-
Late-interaction models are powerful rerankers. While their size and overall cost doesn't lend itself for HNSW indexing, utilizing them as second order reranking can provide excellent boosts in relevance. The new `rank_vectors` mapping allows for rescoring over new and novel multi-vector late-interaction models like ColBERT or ColPali.
27+
::::{dropdown} rank_vectors field type is now available for late-interaction ranking
2928

30-
For more information, check [PR #118804](https://github.com/elastic/elasticsearch/pull/118804).
31-
::::
29+
[`rank_vectors`](../reference/elasticsearch/mapping-reference/rank-vectors.md) is a new field type released as an experimental feature in Elasticsearch 9.0. It is designed to be used with dense vectors and allows for late-interaction second order ranking.
3230

33-
::::{dropdown} Enable LOOKUP JOIN in non-snapshot builds
34-
This effectively releases LOOKUP JOIN into tech preview. Docs will
35-
follow in a separate PR.
31+
Late-interaction models are powerful rerankers. While their size and overall cost doesn’t lend itself for HNSW indexing, utilizing them as second order reranking can provide excellent boosts in relevance. The new `rank_vectors` mapping allows for rescoring over new and novel multi-vector late-interaction models like ColBERT or ColPali.
32+
::::
3633

37-
- Enable the lexing/grammar for LOOKUP JOIN in non-snapshot builds.
38-
- 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.
39-
- 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.
34+
::::{dropdown} ES|QL LOOKUP JOIN is now available in technical preview
4035

41-
Also fix https://github.com/elastic/elasticsearch/issues/121185
36+
[LOOKUP JOIN](../reference/query-languages/esql/esql-commands.md) is now available in technical preview. LOOKUP JOIN combines data from your ES|QL queries with matching records from a lookup index, enabling you to:
4237

43-
For more information, check [PR #121193](https://github.com/elastic/elasticsearch/pull/121193).
38+
- Enrich your search results with reference data
39+
- Speed up root-cause analysis and security investigations
40+
- Join data across indices without complex queries
41+
- Reduce operational overhead when correlating events
4442
::::
4543

46-
::::{dropdown} Release semantic_text as a GA feature
47-
semantic_text is now an official GA (generally available) feature! This field type allows you to easily set up and perform semantic search with minimal ramp up time.
48-
49-
For more information, check [PR #124669](https://github.com/elastic/elasticsearch/pull/124669).
44+
::::{dropdown} The semantic_text field type is now GA
45+
[`semantic_text`](../reference/elasticsearch/mapping-reference/semantic-text.md) is now an official GA (generally available) feature! This field type allows you to easily set up and perform semantic search with minimal ramp up time.
5046
::::
5147

5248
### Features and enhancements [elasticsearch-900-features-enhancements]

0 commit comments

Comments
 (0)