You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: docs/reference/elasticsearch/mapping-reference/binary.md
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,11 +47,6 @@ The following parameters are accepted by `binary` fields:
47
47
48
48
## Synthetic `_source`[binary-synthetic-source]
49
49
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
-
55
50
Synthetic source may sort `binary` values in order of their byte representation. For example:
Copy file name to clipboardExpand all lines: docs/reference/elasticsearch/mapping-reference/boolean.md
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,11 +126,6 @@ The following parameters are accepted by `boolean` fields:
126
126
127
127
## Synthetic `_source`[boolean-synthetic-source]
128
128
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
-
134
129
`boolean` fields support [synthetic `_source`](/reference/elasticsearch/mapping-reference/mapping-source-field.md#synthetic-source) in their default configuration.
135
130
136
131
Synthetic source may sort `boolean` field values. For example:
Copy file name to clipboardExpand all lines: docs/reference/elasticsearch/mapping-reference/date.md
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,11 +186,6 @@ Which will reply with a date like:
186
186
187
187
## Synthetic `_source`[date-synthetic-source]
188
188
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
-
194
189
Synthetic source may sort `date` field values. For example:
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
-
93
88
Synthetic source may sort `date_nanos` field values. For example:
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.
292
-
::::
293
-
294
-
295
290
`dense_vector` fields support [synthetic `_source`](/reference/elasticsearch/mapping-reference/mapping-source-field.md#synthetic-source) .
0 commit comments