Skip to content

Commit 7a1ed2b

Browse files
polyfractaljrodewig
andcommitted
Add release highlights for 7.6 (#51070)
Add release highlights for 7.6 Co-authored-by: James Rodewig <[email protected]>
1 parent a2a81a7 commit 7a1ed2b

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[[release-highlights-7.6.0]]
2+
== 7.6.0 release highlights
3+
++++
4+
<titleabbrev>7.6.0</titleabbrev>
5+
++++
6+
7+
//NOTE: The notable-highlights tagged regions are re-used in the
8+
//Installation and Upgrade Guide
9+
10+
// tag::notable-highlights[]
11+
[float]
12+
==== New histogram field type
13+
14+
A new {ref}/histogram.html[histogram field type] has been added. The new `histogram` field accepts
15+
pre-aggregated histograms which can later be used directly in the
16+
{ref}/search-aggregations-metrics-percentile-aggregation.html[percentiles] and
17+
{ref}/search-aggregations-metrics-percentile-rank-aggregation.html[percentile_ranks] aggregations.
18+
This allows users to pre-aggregate histogram data locally and only send the final
19+
data structure, saving storage and network bandwidth while retaining the ability to
20+
aggregate it like any other data.
21+
22+
// end::notable-highlights[]
23+
24+
// tag::notable-highlights[]
25+
[float]
26+
==== Optimized sorting on long field types
27+
28+
Sorting on a {ref}/number.html[`long`] field now internally rewrites into a Lucene `DistanceFeatureQuery`.
29+
This lets {es} skip non-competitive hits, which often improves query speed.
30+
In benchmarking tests, this sped up sorts on `long` fields by 10x.
31+
32+
// end::notable-highlights[]

docs/reference/release-notes/highlights.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
This section summarizes the most important changes in each release. For the
77
full list, see <<es-release-notes>> and <<breaking-changes>>.
88

9+
* <<release-highlights-7.6.0>>
910
* <<release-highlights-7.5.0>>
1011
* <<release-highlights-7.4.0>>
1112
* <<release-highlights-7.3.0>>
@@ -15,6 +16,7 @@ full list, see <<es-release-notes>> and <<breaking-changes>>.
1516

1617
--
1718

19+
include::highlights-7.6.0.asciidoc[]
1820
include::highlights-7.5.0.asciidoc[]
1921
include::highlights-7.4.0.asciidoc[]
2022
include::highlights-7.3.0.asciidoc[]

0 commit comments

Comments
 (0)