Skip to content

Commit f3348a7

Browse files
committed
Fix duplicate sections
1 parent 16173a4 commit f3348a7

File tree

1 file changed

+30
-34
lines changed

1 file changed

+30
-34
lines changed

docs/reference/migration/migrate_9_0.asciidoc

Lines changed: 30 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -21,40 +21,6 @@ and prevent them from operating normally.
2121
Before upgrading to 9.0, review these changes and take the described steps
2222
to mitigate the impact.
2323

24-
[discrete]
25-
[[breaking_90_logs_changes]]
26-
==== Logs changes
27-
28-
[[conditionally_enable_logsdb_by_default]]
29-
.Conditionally enable logsdb by default
30-
[%collapsible]
31-
====
32-
*Details* +
33-
Logsdb will be enabled by default for data streams matching with logs-*-* pattern.
34-
If upgrading from 8.x to 9.x and data streams matching with log-*-* do exist,
35-
then Logsdb will not be enabled by default.
36-
37-
*Impact* +
38-
Logsdb reduce storage footprint in Elasticsearch for logs, but there are side effects
39-
to be taken into account that are described in the Logsdb docs:
40-
https://www.elastic.co/guide/en/elasticsearch/reference/current/logs-data-stream.html#upgrade-to-logsdb-notes
41-
====
42-
43-
[discrete]
44-
[[breaking_90_search_changes]]
45-
==== Search changes
46-
47-
[[change_semantic_text_to_act_like_normal_text_field]]
48-
.Change Semantic Text To Act Like A Normal Text Field
49-
[%collapsible]
50-
====
51-
*Details* +
52-
The previous semantic_text format used a complex subfield structure in _source to store the embeddings. This complicated interactions/integrations with semantic_text fields and _source in general. This new semantic_text format treats it as a normal text field, where the field's value in _source is the value assigned by the user.
53-
54-
*Impact* +
55-
Users who parsed the subfield structure of the previous semantic_text format in _source will need to update their parsing logic. The new format does not directly expose the chunks and embeddings generated from the input text. The new format will be applied to all new indices, any existing indices will continue to use the previous format.
56-
====
57-
5824
[discrete]
5925
[[breaking_90_aggregations_changes]]
6026
==== Aggregations changes
@@ -281,6 +247,25 @@ this value, you will need to update your filters to use `elasticsearch.deprecati
281247
`deprecation.elasticsearch`.
282248
====
283249

250+
[discrete]
251+
[[breaking_90_logs_changes]]
252+
==== Logs changes
253+
254+
[[conditionally_enable_logsdb_by_default]]
255+
.Conditionally enable logsdb by default
256+
[%collapsible]
257+
====
258+
*Details* +
259+
Logsdb will be enabled by default for data streams matching with logs-*-* pattern.
260+
If upgrading from 8.x to 9.x and data streams matching with log-*-* do exist,
261+
then Logsdb will not be enabled by default.
262+
263+
*Impact* +
264+
Logsdb reduce storage footprint in Elasticsearch for logs, but there are side effects
265+
to be taken into account that are described in the Logsdb docs:
266+
https://www.elastic.co/guide/en/elasticsearch/reference/current/logs-data-stream.html#upgrade-to-logsdb-notes
267+
====
268+
284269
[discrete]
285270
[[breaking_90_mapping_changes]]
286271
==== Mapping changes
@@ -496,6 +481,17 @@ When providing a 'seed' parameter to a 'random_score' function in the 'function_
496481
The random scoring and ordering may change when providing a 'seed' and not providing a 'field' to a 'random_score' function.
497482
====
498483

484+
[[change_semantic_text_to_act_like_normal_text_field]]
485+
.Change semantic text to act like a normal text field
486+
[%collapsible]
487+
====
488+
*Details* +
489+
The previous semantic_text format used a complex subfield structure in _source to store the embeddings. This complicated interactions/integrations with semantic_text fields and _source in general. This new semantic_text format treats it as a normal text field, where the field's value in _source is the value assigned by the user.
490+
491+
*Impact* +
492+
Users who parsed the subfield structure of the previous semantic_text format in _source will need to update their parsing logic. The new format does not directly expose the chunks and embeddings generated from the input text. The new format will be applied to all new indices, any existing indices will continue to use the previous format.
493+
====
494+
499495
[discrete]
500496
[[breaking_90_transform_changes]]
501497
==== Transform changes

0 commit comments

Comments
 (0)