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}

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,6 @@ GET my-index-000001/_search
123123

124124
## Synthetic `_source` [ip-synthetic-source]
125125

126-
::::{important}
127-
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.
128-
::::
129-
130-
131126
Synthetic source may sort `ip` field values and remove duplicates. For example:
132127

133128
$$$synthetic-source-ip-example$$$

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

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

120120
## Synthetic `_source` [keyword-synthetic-source]
121121

122-
::::{important}
123-
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.
124-
::::
125-
126-
127122
Synthetic source may sort `keyword` fields and remove duplicates. For example:
128123

129124
$$$synthetic-source-keyword-example-default$$$

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,6 @@ This can lead to unexpected results with [range queries](/reference/query-langua
179179

180180
## Synthetic `_source` [numeric-synthetic-source]
181181

182-
::::{important}
183-
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.
184-
::::
185-
186-
187182
All numeric fields support [synthetic `_source`](/reference/elasticsearch/mapping-reference/mapping-source-field.md#synthetic-source) in their default configuration. Synthetic `_source` cannot be used together with [`copy_to`](/reference/elasticsearch/mapping-reference/copy-to.md), or with [`doc_values`](/reference/elasticsearch/mapping-reference/doc-values.md) disabled.
188183

189184
Synthetic source may sort numeric field values. For example:

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -218,11 +218,6 @@ The following parameters are accepted by range types:
218218

219219
## Synthetic `_source` [range-synthetic-source]
220220

221-
::::{important}
222-
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.
223-
::::
224-
225-
226221
`range` fields support [synthetic `_source`](/reference/elasticsearch/mapping-reference/mapping-source-field.md#synthetic-source) in their default configuration.
227222

228223
Synthetic source may sort `range` field values and remove duplicates for all `range` fields except `ip_range`. Ranges are sorted by their lower bound and then by upper bound. For example:

docs/reference/elasticsearch/mapping-reference/rank-vectors.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,6 @@ $$$rank-vectors-element-type$$$
109109

110110
## Synthetic `_source` [rank-vectors-synthetic-source]
111111

112-
::::{important}
113-
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.
114-
::::
115-
116-
117112
`rank_vectors` fields support [synthetic `_source`](mapping-source-field.md#synthetic-source) .
118113

119114

docs/reference/elasticsearch/mapping-reference/search-as-you-type.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,6 @@ The analyzer of the `._index_prefix` subfield slightly modifies the shingle-buil
181181

182182
### Synthetic `_source` [search-as-you-type-synthetic-source]
183183

184-
::::{important}
185-
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.
186-
::::
187-
188-
189184
`search_as_you_type` fields support [synthetic `_source`](/reference/elasticsearch/mapping-reference/mapping-source-field.md#synthetic-source) in their default configuration.
190185

191186

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

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

100100
## Synthetic `_source` [text-synthetic-source]
101101

102-
::::{important}
103-
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.
104-
::::
105-
106-
107102
`text` fields support [synthetic `_source`](/reference/elasticsearch/mapping-reference/mapping-source-field.md#synthetic-source) if they have a [`keyword`](/reference/elasticsearch/mapping-reference/keyword.md#keyword-synthetic-source) sub-field that supports synthetic `_source` or if the `text` field sets `store` to `true`. Either way, it may not have [`copy_to`](/reference/elasticsearch/mapping-reference/copy-to.md).
108103

109104
If using a sub-`keyword` field, then the values are sorted in the same way as a `keyword` field’s values are sorted. By default, that means sorted with duplicates removed. So:

docs/reference/elasticsearch/mapping-reference/token-count.md

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

7575
### Synthetic `_source` [token-count-synthetic-source]
7676

77-
::::{important}
78-
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.
79-
::::
80-
81-
8277
`token_count` fields support [synthetic `_source`](/reference/elasticsearch/mapping-reference/mapping-source-field.md#synthetic-source) in their default configuration.
8378

8479

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@ This field type isn’t optimized for heavy wildcard, regex, or fuzzy searches.
4343

4444
## Synthetic `_source` [version-synthetic-source]
4545

46-
::::{important}
47-
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.
48-
::::
49-
50-
5146
`version` fields support [synthetic `_source`](/reference/elasticsearch/mapping-reference/mapping-source-field.md#synthetic-source) in their default configuration..
5247

5348
Synthetic source may sort `version` field values and remove duplicates. For example:

0 commit comments

Comments
 (0)