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
Copy file name to clipboardExpand all lines: docs/reference/elasticsearch/mapping-reference/semantic-text.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -247,9 +247,10 @@ is not supported for querying the field data.
247
247
248
248
## Updates to `semantic_text` fields [update-script]
249
249
250
-
Updates that use scripts are not supported for an index contains a
251
-
`semantic_text` field. Even if the script targets non-`semantic_text` fields,
252
-
the update will fail when the index contains a `semantic_text` field.
250
+
For indices containing `semantic_text` fields, updates that use scripts have the following behavior:
251
+
252
+
* Are supported through the [Update API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-update).
253
+
* Are not supported through the [Bulk API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-bulk-1) and will fail. Even if the script targets non-`semantic_text` fields, the update will fail when the index contains a `semantic_text` field.
253
254
254
255
## `copy_to` and multi-fields support [copy-to-support]
255
256
@@ -311,4 +312,4 @@ PUT test-index
311
312
of [nested fields](/reference/elasticsearch/mapping-reference/nested.md).
312
313
*`semantic_text` fields can’t currently be set as part
313
314
of [Dynamic templates](docs-content://manage-data/data-store/mapping/dynamic-templates.md).
314
-
315
+
*`semantic_text` fields are not supported with Cross-Cluster Search (CCS) or Cross-Cluster Replication (CCR).
0 commit comments