Skip to content

Commit ddef28b

Browse files
authored
Revert "Update tech preview notice for synthetic source (#91474)" (#91589)
This reverts commit c9b13f5.
1 parent 88f6d0d commit ddef28b

13 files changed

+13
-116
lines changed

docs/reference/mapping/fields/synthetic-source.asciidoc

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
[[synthetic-source]]
2-
==== Synthetic `_source`
3-
4-
IMPORTANT: Synthetic `_source` is Generally Available only for TSDB indices
5-
(indices that have `index.mode` set to `time_series`). For other indices
6-
synthetic `_source` is in technical preview. Features in technical preview may
7-
be changed or removed in a future release. Elastic will apply best effort to fix
8-
any issues, but features in technical preview are not subject to the support SLA
9-
of official GA features.
2+
==== Synthetic `_source` preview:[]
103

114
Though very handy to have around, the source field takes up a significant amount
125
of space on disk. Instead of storing source documents on disk exactly as you

docs/reference/mapping/types/aggregate-metric-double.asciidoc

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -248,15 +248,7 @@ The search returns the following hit. The value of the `default_metric` field,
248248
// TESTRESPONSE[s/\.\.\./"took": $body.took,"timed_out": false,"_shards": $body._shards,/]
249249

250250
[[aggregate-metric-double-synthetic-source]]
251-
==== Synthetic `_source`
252-
253-
IMPORTANT: Synthetic `_source` is Generally Available only for TSDB indices
254-
(indices that have `index.mode` set to `time_series`). For other indices
255-
synthetic `_source` is in technical preview. Features in technical preview may
256-
be changed or removed in a future release. Elastic will apply best effort to fix
257-
any issues, but features in technical preview are not subject to the support SLA
258-
of official GA features.
259-
251+
==== Synthetic `_source` preview:[]
260252
`aggregate_metric-double` fields support <<synthetic-source,synthetic `_source`>> in their default
261253
configuration. Synthetic `_source` cannot be used together with <<ignore-malformed,`ignore_malformed`>>.
262254

docs/reference/mapping/types/boolean.asciidoc

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -216,15 +216,7 @@ The following parameters are accepted by `boolean` fields:
216216
Metadata about the field.
217217

218218
[[boolean-synthetic-source]]
219-
==== Synthetic `_source`
220-
221-
IMPORTANT: Synthetic `_source` is Generally Available only for TSDB indices
222-
(indices that have `index.mode` set to `time_series`). For other indices
223-
synthetic `_source` is in technical preview. Features in technical preview may
224-
be changed or removed in a future release. Elastic will apply best effort to fix
225-
any issues, but features in technical preview are not subject to the support SLA
226-
of official GA features.
227-
219+
==== Synthetic `_source` preview:[]
228220
`boolean` fields support <<synthetic-source,synthetic `_source`>> in their
229221
default configuration. Synthetic `_source` cannot be used together with
230222
<<copy-to,`copy_to`>> or with <<doc-values,`doc_values`>> disabled.

docs/reference/mapping/types/date.asciidoc

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -232,15 +232,7 @@ Which will reply with a date like:
232232
----
233233

234234
[[date-synthetic-source]]
235-
==== Synthetic `_source`
236-
237-
IMPORTANT: Synthetic `_source` is Generally Available only for TSDB indices
238-
(indices that have `index.mode` set to `time_series`). For other indices
239-
synthetic `_source` is in technical preview. Features in technical preview may
240-
be changed or removed in a future release. Elastic will apply best effort to fix
241-
any issues, but features in technical preview are not subject to the support SLA
242-
of official GA features.
243-
235+
==== Synthetic `_source` preview:[]
244236
`date` fields support <<synthetic-source,synthetic `_source`>> in their
245237
default configuration. Synthetic `_source` cannot be used together with
246238
<<copy-to,`copy_to`>>, <<ignore-malformed,`ignore_malformed`>> set to true

docs/reference/mapping/types/date_nanos.asciidoc

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -141,15 +141,7 @@ field. This limitation also affects <<transforms,{transforms}>>.
141141
---
142142

143143
[[date-nanos-synthetic-source]]
144-
==== Synthetic `_source`
145-
146-
IMPORTANT: Synthetic `_source` is Generally Available only for TSDB indices
147-
(indices that have `index.mode` set to `time_series`). For other indices
148-
synthetic `_source` is in technical preview. Features in technical preview may
149-
be changed or removed in a future release. Elastic will apply best effort to fix
150-
any issues, but features in technical preview are not subject to the support SLA
151-
of official GA features.
152-
144+
==== Synthetic `_source` preview:[]
153145
`date_nanos` fields support <<synthetic-source,synthetic `_source`>> in their
154146
default configuration. Synthetic `_source` cannot be used together with
155147
<<copy-to,`copy_to`>>, <<ignore-malformed,`ignore_malformed`>> set to true

docs/reference/mapping/types/dense-vector.asciidoc

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -195,13 +195,5 @@ neighbors for each new node. Defaults to `100`.
195195
====
196196

197197
[[dense-vector-synthetic-source]]
198-
==== Synthetic `_source`
199-
200-
IMPORTANT: Synthetic `_source` is Generally Available only for TSDB indices
201-
(indices that have `index.mode` set to `time_series`). For other indices
202-
synthetic `_source` is in technical preview. Features in technical preview may
203-
be changed or removed in a future release. Elastic will apply best effort to fix
204-
any issues, but features in technical preview are not subject to the support SLA
205-
of official GA features.
206-
198+
==== Synthetic `_source` preview:[]
207199
`dense_vector` fields support <<synthetic-source,synthetic `_source`>> .

docs/reference/mapping/types/geo-point.asciidoc

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -208,15 +208,7 @@ def lon = doc['location'].lon;
208208
--------------------------------------------------
209209

210210
[[geo-point-synthetic-source]]
211-
==== Synthetic source
212-
213-
IMPORTANT: Synthetic `_source` is Generally Available only for TSDB indices
214-
(indices that have `index.mode` set to `time_series`). For other indices
215-
synthetic `_source` is in technical preview. Features in technical preview may
216-
be changed or removed in a future release. Elastic will apply best effort to fix
217-
any issues, but features in technical preview are not subject to the support SLA
218-
of official GA features.
219-
211+
==== Synthetic source preview:[]
220212
`geo_point` fields support <<synthetic-source,synthetic `_source`>> in their
221213
default configuration. Synthetic `_source` cannot be used together with
222214
<<ignore-malformed,`ignore_malformed`>>, <<copy-to,`copy_to`>>, or with

docs/reference/mapping/types/histogram.asciidoc

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,7 @@ means the field can technically be aggregated with either algorithm, in practice
6969
index data in that manner (e.g. centroids for T-Digest or intervals for HDRHistogram) to ensure best accuracy.
7070

7171
[[histogram-synthetic-source]]
72-
==== Synthetic `_source`
73-
74-
IMPORTANT: Synthetic `_source` is Generally Available only for TSDB indices
75-
(indices that have `index.mode` set to `time_series`). For other indices
76-
synthetic `_source` is in technical preview. Features in technical preview may
77-
be changed or removed in a future release. Elastic will apply best effort to fix
78-
any issues, but features in technical preview are not subject to the support SLA
79-
of official GA features.
80-
72+
==== Synthetic `_source` preview:[]
8173
`histogram` fields support <<synthetic-source,synthetic `_source`>> in their
8274
default configuration. Synthetic `_source` cannot be used together with
8375
<<ignore-malformed,`ignore_malformed`>> or <<copy-to,`copy_to`>>.

docs/reference/mapping/types/ip.asciidoc

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -152,15 +152,7 @@ GET my-index-000001/_search
152152
--------------------------------------------------
153153

154154
[[ip-synthetic-source]]
155-
==== Synthetic `_source`
156-
157-
IMPORTANT: Synthetic `_source` is Generally Available only for TSDB indices
158-
(indices that have `index.mode` set to `time_series`). For other indices
159-
synthetic `_source` is in technical preview. Features in technical preview may
160-
be changed or removed in a future release. Elastic will apply best effort to fix
161-
any issues, but features in technical preview are not subject to the support SLA
162-
of official GA features.
163-
155+
==== Synthetic `_source` preview:[]
164156
`ip` fields support <<synthetic-source,synthetic `_source`>> in their default
165157
configuration. Synthetic `_source` cannot be used together with
166158
<<copy-to,`copy_to`>> or with <<doc-values,`doc_values`>> disabled.

docs/reference/mapping/types/keyword.asciidoc

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -170,15 +170,7 @@ Dimension fields have the following constraints:
170170
--
171171

172172
[[keyword-synthetic-source]]
173-
==== Synthetic `_source`
174-
175-
IMPORTANT: Synthetic `_source` is Generally Available only for TSDB indices
176-
(indices that have `index.mode` set to `time_series`). For other indices
177-
synthetic `_source` is in technical preview. Features in technical preview may
178-
be changed or removed in a future release. Elastic will apply best effort to fix
179-
any issues, but features in technical preview are not subject to the support SLA
180-
of official GA features.
181-
173+
==== Synthetic `_source` preview:[]
182174
`keyword` fields support <<synthetic-source,synthetic `_source`>> in their
183175
default configuration. Synthetic `_source` cannot be used together with
184176
a <<normalizer,`normalizer`>> or <<copy-to,`copy_to`>>.

docs/reference/mapping/types/numeric.asciidoc

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -228,15 +228,7 @@ numeric field can't be both a time series dimension and a time series metric.
228228
This parameter is required.
229229

230230
[[numeric-synthetic-source]]
231-
==== Synthetic `_source`
232-
233-
IMPORTANT: Synthetic `_source` is Generally Available only for TSDB indices
234-
(indices that have `index.mode` set to `time_series`). For other indices
235-
synthetic `_source` is in technical preview. Features in technical preview may
236-
be changed or removed in a future release. Elastic will apply best effort to fix
237-
any issues, but features in technical preview are not subject to the support SLA
238-
of official GA features.
239-
231+
==== Synthetic `_source` preview:[]
240232
All numeric fields except `unsigned_long` support <<synthetic-source,synthetic
241233
`_source`>> in their default configuration. Synthetic `_source` cannot be used
242234
together with <<ignore-malformed,`ignore_malformed`>>, <<copy-to,`copy_to`>>, or

docs/reference/mapping/types/text.asciidoc

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -160,15 +160,7 @@ The following parameters are accepted by `text` fields:
160160
Metadata about the field.
161161

162162
[[text-synthetic-source]]
163-
==== Synthetic `_source`
164-
165-
IMPORTANT: Synthetic `_source` is Generally Available only for TSDB indices
166-
(indices that have `index.mode` set to `time_series`). For other indices
167-
synthetic `_source` is in technical preview. Features in technical preview may
168-
be changed or removed in a future release. Elastic will apply best effort to fix
169-
any issues, but features in technical preview are not subject to the support SLA
170-
of official GA features.
171-
163+
==== Synthetic `_source` preview:[]
172164
`text` fields support <<synthetic-source,synthetic `_source`>> if they have
173165
a <<keyword-synthetic-source, `keyword`>> sub-field that supports synthetic
174166
`_source` or if the `text` field sets `store` to `true`. Either way, it may

docs/reference/mapping/types/version.asciidoc

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,7 @@ you strongly rely on these kind of queries.
6969

7070

7171
[[version-synthetic-source]]
72-
==== Synthetic `_source`
73-
74-
IMPORTANT: Synthetic `_source` is Generally Available only for TSDB indices
75-
(indices that have `index.mode` set to `time_series`). For other indices
76-
synthetic `_source` is in technical preview. Features in technical preview may
77-
be changed or removed in a future release. Elastic will apply best effort to fix
78-
any issues, but features in technical preview are not subject to the support SLA
79-
of official GA features.
80-
72+
==== Synthetic `_source` preview:[]
8173
`version` fields support <<synthetic-source,synthetic `_source`>> so long as they don't
8274
declare <<copy-to,`copy_to`>>.
8375

0 commit comments

Comments
 (0)