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
=== Stricter failure handling in multi-repo get-snapshots request handling
37
+
== Stricter failure handling in multi-repo get-snapshots request handling
37
38
If a multi-repo get-snapshots request encounters a failure in one of the
38
39
targeted repositories then earlier versions of Elasticsearch would proceed
39
40
as if the faulty repository did not exist, except for a per-repository
@@ -47,7 +48,7 @@ contents cannot be listed.
47
48
48
49
[discrete]
49
50
[[introduce_logs_index_mode_as_tech_preview]]
50
-
=== Introduce `logsdb` index mode as Tech Preview
51
+
== Introduce `logsdb` index mode as Tech Preview
51
52
This change introduces a new index mode named `logsdb`.
52
53
When the new index mode is enabled then the following storage savings features are enabled automatically:
53
54
@@ -64,7 +65,7 @@ The new `logsdb` index mode is a tech preview feature.
64
65
65
66
[discrete]
66
67
[[add_new_int4_quantization_to_dense_vector]]
67
-
=== Add new int4 quantization to dense_vector
68
+
== Add new int4 quantization to dense_vector
68
69
New int4 (half-byte) scalar quantization support via two knew index types: `int4_hnsw` and `int4_flat`.
69
70
This gives an 8x reduction from `float32` with some accuracy loss. In addition to less memory required, this
70
71
improves query and merge speed significantly when compared to raw vectors.
@@ -73,15 +74,15 @@ improves query and merge speed significantly when compared to raw vectors.
73
74
74
75
[discrete]
75
76
[[mark_query_rules_as_ga]]
76
-
=== Mark Query Rules as GA
77
+
== Mark Query Rules as GA
77
78
This PR marks query rules as Generally Available. All APIs are no longer
78
79
in tech preview.
79
80
80
81
{es-pull}110004[#110004]
81
82
82
83
[discrete]
83
84
[[adds_new_bit_element_type_for_dense_vectors]]
84
-
=== Adds new `bit` `element_type` for `dense_vectors`
85
+
== Adds new `bit` `element_type` for `dense_vectors`
85
86
This adds `bit` vector support by adding `element_type: bit` for
86
87
vectors. This new element type works for indexed and non-indexed
87
88
vectors. Additionally, it works with `hnsw` and `flat` index types. No
@@ -110,7 +111,7 @@ the vectors.
110
111
111
112
[discrete]
112
113
[[redact_processor_generally_available]]
113
-
=== The Redact processor is Generally Available
114
+
== The Redact processor is Generally Available
114
115
The Redact processor uses the Grok rules engine to obscure text in the input document matching the given Grok patterns. The Redact processor was initially released as Technical Preview in `8.7.0`, and is now released as Generally Available.
115
116
116
117
{es-pull}110395[#110395]
@@ -120,7 +121,7 @@ The Redact processor uses the Grok rules engine to obscure text in the input doc
120
121
121
122
[discrete]
122
123
[[new_custom_parser_for_iso_8601_datetimes]]
123
-
=== New custom parser for ISO-8601 datetimes
124
+
== New custom parser for ISO-8601 datetimes
124
125
This introduces a new custom parser for ISO-8601 datetimes, for the `iso8601`, `strict_date_optional_time`, and
125
126
`strict_date_optional_time_nanos` built-in date formats. This provides a performance improvement over the
126
127
default Java date-time parsing. Whilst it maintains much of the same behaviour,
@@ -134,7 +135,7 @@ set the JVM property `es.datetime.java_time_parsers=true` on all ES nodes.
Elasticsearch is now updated using the latest Lucene version 9.11.
162
163
Here are the full release notes:
163
164
But, here are some particular highlights:
@@ -170,7 +171,7 @@ But, here are some particular highlights:
170
171
171
172
[discrete]
172
173
[[synthetic_source_improvements]]
173
-
=== Synthetic `_source` improvements
174
+
== Synthetic `_source` improvements
174
175
There are multiple improvements to synthetic `_source` functionality:
175
176
176
177
* Synthetic `_source` is now supported for all field types including `nested` and `object`. `object` fields are supported with `enabled` set to `false`.
@@ -181,10 +182,9 @@ There are multiple improvements to synthetic `_source` functionality:
181
182
182
183
[discrete]
183
184
[[index_sorting_on_indexes_with_nested_fields]]
184
-
=== Index sorting on indexes with nested fields
185
+
== Index sorting on indexes with nested fields
185
186
Index sorting is now supported for indexes with mappings containing nested objects.
186
187
The index sort spec (as specified by `index.sort.field`) can't contain any nested
0 commit comments