Skip to content

Commit cbb8ab1

Browse files
committed
top document no pinned
1 parent e86c6e0 commit cbb8ab1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

x-pack/plugin/rank-rrf/src/yamlRestTest/resources/rest-api-spec/test/rrf/950_pinned_interaction.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ setup:
8383
match: { text: "document" }
8484
-
8585
pinned:
86-
ids: ["doc1", "doc2"]
86+
ids: ["doc4", "doc5"]
8787
retriever:
8888
standard:
8989
query:
@@ -92,5 +92,7 @@ setup:
9292
- match: { hits.total.value: 5 }
9393
- match: { hits.hits.0._id: doc1 }
9494
- lt: { hits.hits.0._score: 100.0 }
95+
- match: { hits.hits.1._id: doc4 }
96+
- match: { hits.hits.2._id: doc5 }
9597

9698

0 commit comments

Comments
 (0)