Skip to content

Commit 235716f

Browse files
authored
Remove stale synthetic source preview note (#128981) (#128997)
(cherry picked from commit a0bfe61) # Conflicts: # docs/reference/elasticsearch/mapping-reference/text.md
1 parent d8163a5 commit 235716f

19 files changed

+1
-105
lines changed

docs/reference/elasticsearch/mapping-reference/aggregate-metric-double.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -202,11 +202,6 @@ The search returns the following hit. The value of the `default_metric` field, `
202202

203203
## Synthetic `_source` [aggregate-metric-double-synthetic-source]
204204

205-
::::{important}
206-
Synthetic `_source` is Generally Available only for TSDB indices (indices that have `index.mode` set to `time_series`). For other indices synthetic `_source` is in technical preview. Features in technical preview may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
207-
::::
208-
209-
210205
For example:
211206

212207
$$$synthetic-source-aggregate-metric-double-example$$$

docs/reference/elasticsearch/mapping-reference/binary.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@ The following parameters are accepted by `binary` fields:
4747

4848
## Synthetic `_source` [binary-synthetic-source]
4949

50-
::::{important}
51-
Synthetic `_source` is Generally Available only for TSDB indices (indices that have `index.mode` set to `time_series`). For other indices synthetic `_source` is in technical preview. Features in technical preview may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
52-
::::
53-
54-
5550
Synthetic source may sort `binary` values in order of their byte representation. For example:
5651

5752
$$$synthetic-source-binary-example$$$

docs/reference/elasticsearch/mapping-reference/boolean.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,6 @@ The following parameters are accepted by `boolean` fields:
126126

127127
## Synthetic `_source` [boolean-synthetic-source]
128128

129-
::::{important}
130-
Synthetic `_source` is Generally Available only for TSDB indices (indices that have `index.mode` set to `time_series`). For other indices synthetic `_source` is in technical preview. Features in technical preview may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
131-
::::
132-
133-
134129
`boolean` fields support [synthetic `_source`](/reference/elasticsearch/mapping-reference/mapping-source-field.md#synthetic-source) in their default configuration.
135130

136131
Synthetic source may sort `boolean` field values. For example:

docs/reference/elasticsearch/mapping-reference/date.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,6 @@ Which will reply with a date like:
186186

187187
## Synthetic `_source` [date-synthetic-source]
188188

189-
::::{important}
190-
Synthetic `_source` is Generally Available only for TSDB indices (indices that have `index.mode` set to `time_series`). For other indices synthetic `_source` is in technical preview. Features in technical preview may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
191-
::::
192-
193-
194189
Synthetic source may sort `date` field values. For example:
195190

196191
$$$synthetic-source-date-example$$$

docs/reference/elasticsearch/mapping-reference/date_nanos.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,6 @@ Aggregations are still on millisecond resolution, even when using a `date_nanos`
8585

8686
## Synthetic `_source` [date-nanos-synthetic-source]
8787

88-
::::{important}
89-
Synthetic `_source` is Generally Available only for TSDB indices (indices that have `index.mode` set to `time_series`). For other indices synthetic `_source` is in technical preview. Features in technical preview may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
90-
::::
91-
92-
9388
Synthetic source may sort `date_nanos` field values. For example:
9489

9590
$$$synthetic-source-date-nanos-example$$$

docs/reference/elasticsearch/mapping-reference/dense-vector.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -278,11 +278,6 @@ $$$dense-vector-index-options$$$
278278

279279
## Synthetic `_source` [dense-vector-synthetic-source]
280280

281-
::::{important}
282-
Synthetic `_source` is Generally Available only for TSDB indices (indices that have `index.mode` set to `time_series`). For other indices synthetic `_source` is in technical preview. Features in technical preview may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
283-
::::
284-
285-
286281
`dense_vector` fields support [synthetic `_source`](/reference/elasticsearch/mapping-reference/mapping-source-field.md#synthetic-source) .
287282

288283

docs/reference/elasticsearch/mapping-reference/flattened.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -236,11 +236,6 @@ The following mapping parameters are accepted:
236236

237237
## Synthetic `_source` [flattened-synthetic-source]
238238

239-
::::{important}
240-
Synthetic `_source` is Generally Available only for TSDB indices (indices that have `index.mode` set to `time_series`). For other indices synthetic `_source` is in technical preview. Features in technical preview may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
241-
::::
242-
243-
244239
Flattened fields support [synthetic`_source`](/reference/elasticsearch/mapping-reference/mapping-source-field.md#synthetic-source) in their default configuration.
245240

246241
Synthetic source may sort `flattened` field values and remove duplicates. For example:

docs/reference/elasticsearch/mapping-reference/geo-point.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -207,16 +207,6 @@ def lon = doc['location'].lon;
207207

208208
## Synthetic source [geo-point-synthetic-source]
209209

210-
::::{important}
211-
Synthetic `_source` is Generally Available only for TSDB indices
212-
(indices that have `index.mode` set to `time_series`). For other indices
213-
synthetic `_source` is in technical preview. Features in technical preview may
214-
be changed or removed in a future release. Elastic will work to fix
215-
any issues, but features in technical preview are not subject to the support SLA
216-
of official GA features.
217-
::::
218-
219-
220210
Synthetic source may sort `geo_point` fields (first by latitude and then
221211
longitude) and reduces them to their stored precision. For example:
222212

docs/reference/elasticsearch/mapping-reference/geo-shape.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -364,13 +364,4 @@ Neither GeoJSON nor WKT supports a point-radius circle type. Instead, use a [cir
364364

365365
### Sorting and Retrieving index Shapes [_sorting_and_retrieving_index_shapes]
366366

367-
Due to the complex input structure and index representation of shapes, it is not currently possible to sort shapes or retrieve their fields directly. The `geo_shape` value is only retrievable through the `_source` field.
368-
369-
## Synthetic source [geo-shape-synthetic-source]
370-
371-
::::{important}
372-
Synthetic `_source` is Generally Available only for TSDB indices (indices that have `index.mode` set to `time_series`). For other indices synthetic `_source` is in technical preview. Features in technical preview may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
373-
::::
374-
375-
376-
367+
Due to the complex input structure and index representation of shapes, it is not currently possible to sort shapes or retrieve their fields directly. The `geo_shape` value is only retrievable through the `_source` field.

docs/reference/elasticsearch/mapping-reference/histogram.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@ The histogram field is "algorithm agnostic" and does not store data specific to
5252

5353
## Synthetic `_source` [histogram-synthetic-source]
5454

55-
::::{important}
56-
Synthetic `_source` is Generally Available only for TSDB indices (indices that have `index.mode` set to `time_series`). For other indices synthetic `_source` is in technical preview. Features in technical preview may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
57-
::::
58-
59-
6055
`histogram` fields support [synthetic `_source`](/reference/elasticsearch/mapping-reference/mapping-source-field.md#synthetic-source) in their default configuration.
6156

6257
::::{note}

0 commit comments

Comments
 (0)