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: x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/mapper/SemanticTextFieldMapper.java
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,9 @@ public class SemanticTextFieldMapper extends FieldMapper implements InferenceFie
Copy file name to clipboardExpand all lines: x-pack/plugin/inference/src/yamlRestTest/resources/rest-api-spec/test/inference/10_semantic_text_field_mapping.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -363,8 +363,8 @@ setup:
363
363
---
364
364
"Field caps exclude chunks and embedding fields":
365
365
- requires:
366
-
cluster_features: "gte_v8.16.0"
367
-
reason: field_caps support for semantic_text added in 8.16.0
Copy file name to clipboardExpand all lines: x-pack/plugin/inference/src/yamlRestTest/resources/rest-api-spec/test/inference/10_semantic_text_field_mapping_bwc.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -310,8 +310,8 @@ setup:
310
310
---
311
311
"Field caps exclude chunks embedding and text fields":
312
312
- requires:
313
-
cluster_features: "gte_v8.16.0"
314
-
reason: field_caps support for semantic_text added in 8.16.0
0 commit comments