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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,8 +52,8 @@ Use the <<put-inference-api>> to create the endpoint.
52
52
The `inference_id` will not be validated when the mapping is created, but when documents are ingested into the index.
53
53
When the first document is indexed, the `inference_id` will be used to generate underlying indexing structures for the field.
54
54
55
-
WARNING: Removing an inference endpoint will cause ingestion of documents and semantic queries to fail on indices that define `semantic_text` fields with that inference endpoint as their `inference_id`.
56
-
Please check that inference endpoints are not used in `semantic_text` fields before removal.
55
+
WARNING: Removing an {infer} endpoint will cause ingestion of documents and semantic queries to fail on indices that define `semantic_text` fields with that {infer} endpoint as their `inference_id`.
56
+
Trying to <<delete-inference-api,delete an {infer} endpoint>> that is used on a `semantic_text` field will result in an error.
57
57
58
58
[discrete]
59
59
[[auto-text-chunking]]
@@ -132,7 +132,8 @@ field data.
132
132
[[update-script]]
133
133
==== Updates to `semantic_text` fields
134
134
135
-
Updates that use scripts are not supported when the index contains a `semantic_text` field.
135
+
Updates that use scripts are not supported for an index contains a `semantic_text` field.
136
+
Even if the script targets non-`semantic_text` fields, the update will fail when the index contains a `semantic_text` field.
0 commit comments