Skip to content

Commit 60783e1

Browse files
committed
Remove stale synthetic source tech preview note (elastic#128982)
(cherry picked from commit b88839c) # Conflicts: # docs/reference/mapping/types/rank-vectors.asciidoc # docs/reference/mapping/types/text.asciidoc
1 parent 3f5c232 commit 60783e1

19 files changed

+1
-137
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
@@ -359,13 +359,6 @@ Defaults to `1/(dims + 1)` for `int8` quantized vectors and `0` for `int4` for d
359359
[[dense-vector-synthetic-source]]
360360
==== Synthetic `_source`
361361

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

371364
[[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.

0 commit comments

Comments
 (0)