We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd1fb7 commit a4503f4Copy full SHA for a4503f4
x-pack/plugin/rank-rrf/src/yamlRestTest/resources/rest-api-spec/test/rrf/950_pinned_interaction.yml
@@ -77,20 +77,15 @@ setup:
77
retriever:
78
rrf:
79
retrievers:
80
- -
81
- standard:
82
- query:
83
- match: { text: "document" }
84
-
85
pinned:
86
ids: ["doc4", "doc5"]
87
88
standard:
89
query:
90
91
92
- - match: { hits.total.value: 5 }
93
- - match: { hits.hits.0._id: doc1 }
94
- - lt: { hits.hits.0._score: 100.0 }
+ match_none: {}
95
+ - match: { hits.total.value: 2 }
+ - match: { hits.hits.0._id: doc4 }
+ - match: { hits.hits.1._id: doc5 }
96
0 commit comments