Skip to content

Commit 3ee741c

Browse files
Update docs/reference/elasticsearch/rest-apis/retrievers.md
Co-authored-by: Liam Thompson <[email protected]>
1 parent de3f154 commit 3ee741c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/reference/elasticsearch/rest-apis/retrievers.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -925,6 +925,10 @@ GET movies/_search
925925
2. The `rrf` retriever returns results from all of its sub-retrievers, and the output of the `rrf` retriever is used as input to the `rule` retriever.
926926

927927
## Pinned Retriever [pinned-retriever]
928+
```yaml {applies_to}
929+
stack: ga 9.1
930+
```
931+
928932

929933
A `pinned` retriever returns top documents by always placing specific documents at the top of the results, with the remaining hits provided by a secondary retriever. This retriever offers similar functionality to the [pinned query](/reference/query-languages/query-dsl/query-dsl-pinned-query.md), but works seamlessly with other retrievers. This is useful for promoting certain documents for particular queries, regardless of their relevance score.
930934

0 commit comments

Comments
 (0)