Skip to content

Commit 827a5d0

Browse files
Add applies to version
1 parent efe3ab1 commit 827a5d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/elasticsearch/rest-apis/rescore-search-results.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/reference/current/rescore-search-results.html
4-
applies_to:
5-
stack: all
64
---
7-
85
# Rescore search results [rescore-search-results]
96

107
Rescoring can help to improve precision by reordering just the top
@@ -90,6 +87,9 @@ The way the scores are combined can be controlled with the `score_mode`:
9087
| `min` | Take the min of the original score and the rescore query score. |
9188

9289
### Script rescorer [script-rescorer]
90+
```{applies_to}
91+
stack: ga 9.2
92+
```
9393

9494
`script` rescorer uses a script to rescore the top documents returned
9595
from the previous phase. The script has access to the original score as well

0 commit comments

Comments
 (0)