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/yamlRestTest/resources/rest-api-spec/test/inference/100_semantic_text_field_caps.yml
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
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -548,6 +548,30 @@ setup:
548
548
- not_exists: fields.dense_field.inference.chunks
549
549
- not_exists: fields.dense_field.inference
550
550
551
+
---
552
+
"Field caps with semantic query filter does not fail":
553
+
# We need at least one document present to exercise can-match phase
554
+
- do:
555
+
index:
556
+
index: test-index
557
+
id: doc_1
558
+
body:
559
+
sparse_field: "This is a story about a cat and a dog."
0 commit comments