Skip to content

Commit 39bf63b

Browse files
committed
Split retrievers docs and redirect anchors (#131385)
1 parent ce38cda commit 39bf63b

16 files changed

+1065
-1024
lines changed

docs/redirects.yml

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
11
redirects:
2-
# Related to https://github.com/elastic/elasticsearch/pull/130716/
3-
'reference/query-languages/eql/eql-ex-threat-detection.md': 'docs-content://explore-analyze/query-filter/languages/example-detect-threats-with-eql.md'
2+
# Related to https://github.com/elastic/elasticsearch/pull/130716/
3+
'reference/query-languages/eql/eql-ex-threat-detection.md': 'docs-content://explore-analyze/query-filter/languages/example-detect-threats-with-eql.md'
4+
5+
# https://github.com/elastic/elasticsearch/pull/131385
6+
'reference/elasticsearch/rest-apis/retrievers.md':
7+
to: 'reference/elasticsearch/rest-apis/retrievers.md'
8+
anchors: {} # pass-through unlisted anchors in the `many` ruleset
9+
many:
10+
- to: 'reference/elasticsearch/rest-apis/retrievers/standard-retriever.md'
11+
anchors: {'standard-retriever'}
12+
- to: 'reference/elasticsearch/rest-apis/retrievers/knn-retriever.md'
13+
anchors: {'knn-retriever'}
14+
- to: 'reference/elasticsearch/rest-apis/retrievers/linear-retriever.md'
15+
anchors: {'linear-retriever'}
16+
- to: 'reference/elasticsearch/rest-apis/retrievers/rrf-retriever.md'
17+
anchors: {'rrf-retriever'}
18+
- to: 'reference/elasticsearch/rest-apis/retrievers/rescorer-retriever.md'
19+
anchors: {'rescorer-retriever'}
20+
- to: 'reference/elasticsearch/rest-apis/retrievers/text-similarity-reranker-retriever.md'
21+
anchors: {'text-similarity-reranker-retriever'}
22+
- to: 'reference/elasticsearch/rest-apis/retrievers/rule-retriever.md'
23+
anchors: {'rule-retriever'}
24+
- to: 'reference/elasticsearch/rest-apis/retrievers/pinned-retriever.md'
25+
anchors: {'pinned-retriever'}

docs/reference/elasticsearch/rest-apis/reciprocal-rank-fusion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For the most up-to-date API details, refer to [Search APIs](https://www.elastic.
3434
::::
3535

3636

37-
You can use RRF as part of a [search](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-search) to combine and rank documents using separate sets of top documents (result sets) from a combination of [child retrievers](/reference/elasticsearch/rest-apis/retrievers.md) using an [RRF retriever](/reference/elasticsearch/rest-apis/retrievers.md#rrf-retriever). A minimum of **two** child retrievers is required for ranking.
37+
You can use RRF as part of a [search](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-search) to combine and rank documents using separate sets of top documents (result sets) from a combination of [child retrievers](/reference/elasticsearch/rest-apis/retrievers.md) using an [RRF retriever](/reference/elasticsearch/rest-apis/retrievers/rrf-retriever.md). A minimum of **two** child retrievers is required for ranking.
3838

3939
An RRF retriever is an optional object defined as part of a search request’s [retriever parameter](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-search#request-body-retriever). The RRF retriever object contains the following parameters:
4040

0 commit comments

Comments
 (0)