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/45_semantic_text_match.yml
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -210,8 +210,6 @@ setup:
210
210
query: "inference test"
211
211
212
212
- match: { hits.total.value: 2 }
213
-
- match: { hits.hits.0._id: "doc_1" }
214
-
- match: { hits.hits.1._id: "doc_2" }
215
213
216
214
# Test querying multiple indices that either use the same inference ID or combine semantic_text with lexical search
217
215
- do:
@@ -246,9 +244,6 @@ setup:
246
244
query: "inference test"
247
245
248
246
- match: { hits.total.value: 3 }
249
-
- match: { hits.hits.0._id: "doc_1" }
250
-
- match: { hits.hits.1._id: "doc_3" }
251
-
- match: { hits.hits.2._id: "doc_2" }
252
247
253
248
---
254
249
"Query a field that has no indexed inference results":
0 commit comments