Skip to content

[DOCS] Remove stale synthetic source preview note #128981

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,6 @@ The search returns the following hit. The value of the `default_metric` field, `

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

::::{important}
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.
::::


For example:

$$$synthetic-source-aggregate-metric-double-example$$$
Expand Down
5 changes: 0 additions & 5 deletions docs/reference/elasticsearch/mapping-reference/binary.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ The following parameters are accepted by `binary` fields:

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

::::{important}
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.
::::


Synthetic source may sort `binary` values in order of their byte representation. For example:

$$$synthetic-source-binary-example$$$
Expand Down
5 changes: 0 additions & 5 deletions docs/reference/elasticsearch/mapping-reference/boolean.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,6 @@ The following parameters are accepted by `boolean` fields:

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

::::{important}
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.
::::


`boolean` fields support [synthetic `_source`](/reference/elasticsearch/mapping-reference/mapping-source-field.md#synthetic-source) in their default configuration.

Synthetic source may sort `boolean` field values. For example:
Expand Down
5 changes: 0 additions & 5 deletions docs/reference/elasticsearch/mapping-reference/date.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,6 @@ Which will reply with a date like:

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

::::{important}
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.
::::


Synthetic source may sort `date` field values. For example:

$$$synthetic-source-date-example$$$
Expand Down
5 changes: 0 additions & 5 deletions docs/reference/elasticsearch/mapping-reference/date_nanos.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@ Aggregations are still on millisecond resolution, even when using a `date_nanos`

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

::::{important}
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.
::::


Synthetic source may sort `date_nanos` field values. For example:

$$$synthetic-source-date-nanos-example$$$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -287,11 +287,6 @@ $$$dense-vector-index-options$$$

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

::::{important}
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.
::::


`dense_vector` fields support [synthetic `_source`](/reference/elasticsearch/mapping-reference/mapping-source-field.md#synthetic-source) .


Expand Down
5 changes: 0 additions & 5 deletions docs/reference/elasticsearch/mapping-reference/flattened.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,11 +236,6 @@ The following mapping parameters are accepted:

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

::::{important}
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.
::::


Flattened fields support [synthetic`_source`](/reference/elasticsearch/mapping-reference/mapping-source-field.md#synthetic-source) in their default configuration.

Synthetic source may sort `flattened` field values and remove duplicates. For example:
Expand Down
10 changes: 0 additions & 10 deletions docs/reference/elasticsearch/mapping-reference/geo-point.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,16 +207,6 @@ def lon = doc['location'].lon;

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

::::{important}
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.
::::


Synthetic source may sort `geo_point` fields (first by latitude and then
longitude) and reduces them to their stored precision. Additionally, unlike most
types, arrays of `geo_point` fields will not preserve order if
Expand Down
11 changes: 1 addition & 10 deletions docs/reference/elasticsearch/mapping-reference/geo-shape.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,13 +364,4 @@ Neither GeoJSON nor WKT supports a point-radius circle type. Instead, use a [cir

### Sorting and Retrieving index Shapes [_sorting_and_retrieving_index_shapes]

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.

## Synthetic source [geo-shape-synthetic-source]

::::{important}
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.
::::



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.
5 changes: 0 additions & 5 deletions docs/reference/elasticsearch/mapping-reference/histogram.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ The histogram field is "algorithm agnostic" and does not store data specific to

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

::::{important}
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.
::::


`histogram` fields support [synthetic `_source`](/reference/elasticsearch/mapping-reference/mapping-source-field.md#synthetic-source) in their default configuration.

::::{note}
Expand Down
5 changes: 0 additions & 5 deletions docs/reference/elasticsearch/mapping-reference/ip.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,6 @@ GET my-index-000001/_search

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

::::{important}
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.
::::


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

$$$synthetic-source-ip-example$$$
Expand Down
5 changes: 0 additions & 5 deletions docs/reference/elasticsearch/mapping-reference/keyword.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,6 @@ The following parameters are accepted by `keyword` fields:

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

::::{important}
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.
::::


Synthetic source may sort `keyword` fields and remove duplicates. For example:

$$$synthetic-source-keyword-example-default$$$
Expand Down
5 changes: 0 additions & 5 deletions docs/reference/elasticsearch/mapping-reference/number.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,6 @@ This can lead to unexpected results with [range queries](/reference/query-langua

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

::::{important}
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.
::::


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.

Synthetic source may sort numeric field values. For example:
Expand Down
5 changes: 0 additions & 5 deletions docs/reference/elasticsearch/mapping-reference/range.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,11 +218,6 @@ The following parameters are accepted by range types:

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

::::{important}
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.
::::


`range` fields support [synthetic `_source`](/reference/elasticsearch/mapping-reference/mapping-source-field.md#synthetic-source) in their default configuration.

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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,6 @@ $$$rank-vectors-element-type$$$

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

::::{important}
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.
::::


`rank_vectors` fields support [synthetic `_source`](mapping-source-field.md#synthetic-source) .


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,6 @@ The analyzer of the `._index_prefix` subfield slightly modifies the shingle-buil

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

::::{important}
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.
::::


`search_as_you_type` fields support [synthetic `_source`](/reference/elasticsearch/mapping-reference/mapping-source-field.md#synthetic-source) in their default configuration.


Expand Down
5 changes: 0 additions & 5 deletions docs/reference/elasticsearch/mapping-reference/text.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,6 @@ The following parameters are accepted by `text` fields:

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

::::{important}
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.
::::


`text` fields can use a [`keyword`](/reference/elasticsearch/mapping-reference/keyword.md#keyword-synthetic-source) sub-field to support [synthetic `_source`](/reference/elasticsearch/mapping-reference/mapping-source-field.md#synthetic-source) without storing values of the text field itself.

In this case, the synthetic source of the `text` field will have the same [modifications](/reference/elasticsearch/mapping-reference/mapping-source-field.md#synthetic-source) as a `keyword` field.
Expand Down
5 changes: 0 additions & 5 deletions docs/reference/elasticsearch/mapping-reference/token-count.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ The following parameters are accepted by `token_count` fields:

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

::::{important}
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.
::::


`token_count` fields support [synthetic `_source`](/reference/elasticsearch/mapping-reference/mapping-source-field.md#synthetic-source) in their default configuration.


Expand Down
5 changes: 0 additions & 5 deletions docs/reference/elasticsearch/mapping-reference/version.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ This field type isn’t optimized for heavy wildcard, regex, or fuzzy searches.

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

::::{important}
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.
::::


`version` fields support [synthetic `_source`](/reference/elasticsearch/mapping-reference/mapping-source-field.md#synthetic-source) in their default configuration..

Synthetic source may sort `version` field values and remove duplicates. For example:
Expand Down
Loading