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/mapping/types/semantic-text.asciidoc
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -222,8 +222,10 @@ In these cases - when you use `sparse_vector` or `dense_vector` field types inst
222
222
[[update-script]]
223
223
==== Updates to `semantic_text` fields
224
224
225
-
Updates that use scripts are not supported for an index contains a `semantic_text` field.
226
-
Even if the script targets non-`semantic_text` fields, the update will fail when the index contains a `semantic_text` field.
225
+
For indices containing `semantic_text` fields, updates that use scripts have the following behavior:
226
+
227
+
* Are supported through the https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-update[Update API].
228
+
* Are not supported through the https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-bulk-1[Bulk API] and will fail. Even if the script targets non-`semantic_text` fields, the update will fail when the index contains a `semantic_text` field.
227
229
228
230
[discrete]
229
231
[[copy-to-support]]
@@ -285,3 +287,4 @@ PUT test-index
285
287
286
288
* `semantic_text` fields are not currently supported as elements of <<nested,nested fields>>.
287
289
* `semantic_text` fields can't currently be set as part of <<dynamic-templates>>.
290
+
* `semantic_text` fields are currently not supported with Cross-Cluster Search (CCS) or Cross-Cluster Replication (CCR).
0 commit comments