File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
x-pack/plugin/rank-rrf/src/yamlRestTest/resources/rest-api-spec/test/rrf Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -209,9 +209,6 @@ tests:
209209 - class : org.elasticsearch.discovery.ClusterDisruptionIT
210210 method : testAckedIndexing
211211 issue : https://github.com/elastic/elasticsearch/issues/117024
212- - class : org.elasticsearch.xpack.rank.rrf.RRFRankClientYamlTestSuiteIT
213- method : test {yaml=rrf/950_pinned_interaction/rrf with pinned retriever as a sub-retriever}
214- issue : https://github.com/elastic/elasticsearch/issues/129845
215212
216213 # Examples:
217214 #
Original file line number Diff line number Diff line change 8080 -
8181 standard :
8282 query :
83- match : { text: "document" }
83+ match_none : {}
8484 -
8585 pinned :
8686 ids : ["doc4", "doc5"]
9090 match : { text: "document" }
9191
9292 - match : { hits.total.value: 5 }
93- - match : { hits.hits.0._id: doc1 }
94- - lt : { hits.hits.0._score: 100.0 }
95- - match : { hits.hits.1._id: doc4 }
96- - match : { hits.hits.2._id: doc5 }
97-
93+ - match : { hits.hits.0._id: doc4 }
94+ - match : { hits.hits.1._id: doc5 }
9895
You can’t perform that action at this time.
0 commit comments