Skip to content

Commit 7e2f23b

Browse files
authored
Remove stale synthetic source tech preview note (#128982) (#128998)
(cherry picked from commit b88839c) # Conflicts: # docs/reference/mapping/types/text.asciidoc
1 parent 30d8227 commit 7e2f23b

20 files changed

+1
-144
lines changed

docs/plugins/mapper-annotated-text.asciidoc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,6 @@ the equals signs so will actively reject documents that contain this today.
148148
[[annotated-text-synthetic-source]]
149149
===== Synthetic `_source`
150150

151-
IMPORTANT: Synthetic `_source` is Generally Available only for TSDB indices
152-
(indices that have `index.mode` set to `time_series`). For other indices
153-
synthetic `_source` is in technical preview. Features in technical preview may
154-
be changed or removed in a future release. Elastic will work to fix
155-
any issues, but features in technical preview are not subject to the support SLA
156-
of official GA features.
157-
158151
If using a sub-`keyword` field then the values are sorted in the same way as
159152
a `keyword` field's values are sorted. By default, that means sorted with
160153
duplicates removed. So:

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -252,13 +252,6 @@ The search returns the following hit. The value of the `default_metric` field,
252252
[[aggregate-metric-double-synthetic-source]]
253253
==== Synthetic `_source`
254254

255-
IMPORTANT: Synthetic `_source` is Generally Available only for TSDB indices
256-
(indices that have `index.mode` set to `time_series`). For other indices
257-
synthetic `_source` is in technical preview. Features in technical preview may
258-
be changed or removed in a future release. Elastic will work to fix
259-
any issues, but features in technical preview are not subject to the support SLA
260-
of official GA features.
261-
262255
For example:
263256
[source,console,id=synthetic-source-aggregate-metric-double-example]
264257
----

docs/reference/mapping/types/binary.asciidoc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,6 @@ The following parameters are accepted by `binary` fields:
5656
[[binary-synthetic-source]]
5757
==== Synthetic `_source`
5858

59-
IMPORTANT: Synthetic `_source` is Generally Available only for TSDB indices
60-
(indices that have `index.mode` set to `time_series`). For other indices
61-
synthetic `_source` is in technical preview. Features in technical preview may
62-
be changed or removed in a future release. Elastic will work to fix
63-
any issues, but features in technical preview are not subject to the support SLA
64-
of official GA features.
65-
6659
Synthetic source may sort `binary` values in order of their byte representation. For example:
6760
[source,console,id=synthetic-source-binary-example]
6861
----

docs/reference/mapping/types/boolean.asciidoc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -233,13 +233,6 @@ include::keyword.asciidoc[tag=dimension]
233233
[[boolean-synthetic-source]]
234234
==== Synthetic `_source`
235235

236-
IMPORTANT: Synthetic `_source` is Generally Available only for TSDB indices
237-
(indices that have `index.mode` set to `time_series`). For other indices
238-
synthetic `_source` is in technical preview. Features in technical preview may
239-
be changed or removed in a future release. Elastic will work to fix
240-
any issues, but features in technical preview are not subject to the support SLA
241-
of official GA features.
242-
243236
`boolean` fields support <<synthetic-source,synthetic `_source`>> in their
244237
default configuration.
245238

docs/reference/mapping/types/date.asciidoc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -240,13 +240,6 @@ Which will reply with a date like:
240240
[[date-synthetic-source]]
241241
==== Synthetic `_source`
242242

243-
IMPORTANT: Synthetic `_source` is Generally Available only for TSDB indices
244-
(indices that have `index.mode` set to `time_series`). For other indices
245-
synthetic `_source` is in technical preview. Features in technical preview may
246-
be changed or removed in a future release. Elastic will work to fix
247-
any issues, but features in technical preview are not subject to the support SLA
248-
of official GA features.
249-
250243
Synthetic source may sort `date` field values. For example:
251244
[source,console,id=synthetic-source-date-example]
252245
----

docs/reference/mapping/types/date_nanos.asciidoc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,6 @@ field. This limitation also affects <<transforms,{transforms}>>.
143143
[[date-nanos-synthetic-source]]
144144
==== Synthetic `_source`
145145

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 work to fix
150-
any issues, but features in technical preview are not subject to the support SLA
151-
of official GA features.
152-
153146
Synthetic source may sort `date_nanos` field values. For example:
154147
[source,console,id=synthetic-source-date-nanos-example]
155148
----

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -360,13 +360,6 @@ Defaults to `1/(dims + 1)` for `int8` quantized vectors and `0` for `int4` for d
360360
[[dense-vector-synthetic-source]]
361361
==== Synthetic `_source`
362362

363-
IMPORTANT: Synthetic `_source` is Generally Available only for TSDB indices
364-
(indices that have `index.mode` set to `time_series`). For other indices
365-
synthetic `_source` is in technical preview. Features in technical preview may
366-
be changed or removed in a future release. Elastic will work to fix
367-
any issues, but features in technical preview are not subject to the support SLA
368-
of official GA features.
369-
370363
`dense_vector` fields support <<synthetic-source,synthetic `_source`>> .
371364

372365
[[dense-vector-index-bit]]

docs/reference/mapping/types/flattened.asciidoc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -317,13 +317,6 @@ The following mapping parameters are accepted:
317317
[[flattened-synthetic-source]]
318318
==== Synthetic `_source`
319319

320-
IMPORTANT: Synthetic `_source` is Generally Available only for TSDB indices
321-
(indices that have `index.mode` set to `time_series`). For other indices
322-
synthetic `_source` is in technical preview. Features in technical preview may
323-
be changed or removed in a future release. Elastic will work to fix
324-
any issues, but features in technical preview are not subject to the support SLA
325-
of official GA features.
326-
327320
Flattened fields support <<synthetic-source,synthetic`_source`>> in their default
328321
configuration.
329322

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -212,13 +212,6 @@ def lon = doc['location'].lon;
212212
[[geo-point-synthetic-source]]
213213
==== Synthetic source
214214

215-
IMPORTANT: Synthetic `_source` is Generally Available only for TSDB indices
216-
(indices that have `index.mode` set to `time_series`). For other indices
217-
synthetic `_source` is in technical preview. Features in technical preview may
218-
be changed or removed in a future release. Elastic will work to fix
219-
any issues, but features in technical preview are not subject to the support SLA
220-
of official GA features.
221-
222215
Synthetic source may sort `geo_point` fields (first by latitude and then
223216
longitude) and reduces them to their stored precision. For example:
224217
[source,console,id=synthetic-source-geo-point-example]

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

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -491,14 +491,4 @@ a <<geo-polygon,`polygon`>>.
491491
Due to the complex input structure and index representation of shapes,
492492
it is not currently possible to sort shapes or retrieve their fields
493493
directly. The `geo_shape` value is only retrievable through the `_source`
494-
field.
495-
496-
[[geo-shape-synthetic-source]]
497-
==== Synthetic source
498-
499-
IMPORTANT: Synthetic `_source` is Generally Available only for TSDB indices
500-
(indices that have `index.mode` set to `time_series`). For other indices
501-
synthetic `_source` is in technical preview. Features in technical preview may
502-
be changed or removed in a future release. Elastic will work to fix
503-
any issues, but features in technical preview are not subject to the support SLA
504-
of official GA features.
494+
field.

docs/reference/mapping/types/histogram.asciidoc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,6 @@ index data in that manner (e.g. centroids for T-Digest or intervals for HDRHisto
7171
[[histogram-synthetic-source]]
7272
==== Synthetic `_source`
7373

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 work to fix
78-
any issues, but features in technical preview are not subject to the support SLA
79-
of official GA features.
80-
8174
`histogram` fields support <<synthetic-source,synthetic `_source`>> in their
8275
default configuration.
8376

docs/reference/mapping/types/ip.asciidoc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -154,13 +154,6 @@ GET my-index-000001/_search
154154
[[ip-synthetic-source]]
155155
==== Synthetic `_source`
156156

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 work to fix
161-
any issues, but features in technical preview are not subject to the support SLA
162-
of official GA features.
163-
164157
Synthetic source may sort `ip` field values and remove duplicates. For example:
165158
[source,console,id=synthetic-source-ip-example]
166159
----

docs/reference/mapping/types/keyword.asciidoc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -172,13 +172,6 @@ Dimension fields have the following constraints:
172172
[[keyword-synthetic-source]]
173173
==== Synthetic `_source`
174174

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 work to fix
179-
any issues, but features in technical preview are not subject to the support SLA
180-
of official GA features.
181-
182175
Synthetic source may sort `keyword` fields and remove duplicates.
183176
For example:
184177
[source,console,id=synthetic-source-keyword-example-default]

docs/reference/mapping/types/numeric.asciidoc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -242,13 +242,6 @@ when the scaling factor or provided `float` value are exceptionally large.
242242
[[numeric-synthetic-source]]
243243
==== Synthetic `_source`
244244

245-
IMPORTANT: Synthetic `_source` is Generally Available only for TSDB indices
246-
(indices that have `index.mode` set to `time_series`). For other indices
247-
synthetic `_source` is in technical preview. Features in technical preview may
248-
be changed or removed in a future release. Elastic will work to fix
249-
any issues, but features in technical preview are not subject to the support SLA
250-
of official GA features.
251-
252245
All numeric fields support <<synthetic-source,synthetic
253246
`_source`>> in their default configuration. Synthetic `_source` cannot be used
254247
together with <<copy-to,`copy_to`>>, or

docs/reference/mapping/types/range.asciidoc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -239,13 +239,6 @@ The following parameters are accepted by range types:
239239
[[range-synthetic-source]]
240240
==== Synthetic `_source`
241241

242-
IMPORTANT: Synthetic `_source` is Generally Available only for TSDB indices
243-
(indices that have `index.mode` set to `time_series`). For other indices
244-
synthetic `_source` is in technical preview. Features in technical preview may
245-
be changed or removed in a future release. Elastic will work to fix
246-
any issues, but features in technical preview are not subject to the support SLA
247-
of official GA features.
248-
249242
`range` fields support <<synthetic-source,synthetic `_source`>> in their default
250243
configuration.
251244

docs/reference/mapping/types/rank-vectors.asciidoc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,6 @@ it will be set to the length of the first vector added to the field.
117117
[[rank-vectors-synthetic-source]]
118118
==== Synthetic `_source`
119119

120-
IMPORTANT: Synthetic `_source` is Generally Available only for TSDB indices
121-
(indices that have `index.mode` set to `time_series`). For other indices
122-
synthetic `_source` is in technical preview. Features in technical preview may
123-
be changed or removed in a future release. Elastic will work to fix
124-
any issues, but features in technical preview are not subject to the support SLA
125-
of official GA features.
126-
127120
`rank_vectors` fields support <<synthetic-source,synthetic `_source`>> .
128121

129122
[[rank-vectors-scoring]]

docs/reference/mapping/types/search-as-you-type.asciidoc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -273,12 +273,5 @@ field's input.
273273
[[search-as-you-type-synthetic-source]]
274274
===== Synthetic `_source`
275275

276-
IMPORTANT: Synthetic `_source` is Generally Available only for TSDB indices
277-
(indices that have `index.mode` set to `time_series`). For other indices
278-
synthetic `_source` is in technical preview. Features in technical preview may
279-
be changed or removed in a future release. Elastic will work to fix
280-
any issues, but features in technical preview are not subject to the support SLA
281-
of official GA features.
282-
283276
`search_as_you_type` fields support <<synthetic-source,synthetic `_source`>> in their
284277
default configuration.

docs/reference/mapping/types/text.asciidoc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -161,13 +161,6 @@ The following parameters are accepted by `text` fields:
161161
[[text-synthetic-source]]
162162
==== Synthetic `_source`
163163

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

docs/reference/mapping/types/token-count.asciidoc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,5 @@ Defaults to `true`.
9595
[[token-count-synthetic-source]]
9696
===== Synthetic `_source`
9797

98-
IMPORTANT: Synthetic `_source` is Generally Available only for TSDB indices
99-
(indices that have `index.mode` set to `time_series`). For other indices
100-
synthetic `_source` is in technical preview. Features in technical preview may
101-
be changed or removed in a future release. Elastic will work to fix
102-
any issues, but features in technical preview are not subject to the support SLA
103-
of official GA features.
104-
10598
`token_count` fields support <<synthetic-source,synthetic `_source`>> in their
10699
default configuration.

docs/reference/mapping/types/version.asciidoc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,6 @@ you strongly rely on these kinds of queries.
7070
[[version-synthetic-source]]
7171
==== Synthetic `_source`
7272

73-
IMPORTANT: Synthetic `_source` is Generally Available only for TSDB indices
74-
(indices that have `index.mode` set to `time_series`). For other indices,
75-
synthetic `_source` is in technical preview. Features in technical preview may
76-
be changed or removed in a future release. Elastic will work to fix
77-
any issues, but features in technical preview are not subject to the support SLA
78-
of official GA features.
79-
8073
`version` fields support <<synthetic-source,synthetic `_source`>> in their
8174
default configuration..
8275

0 commit comments

Comments
 (0)