File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/reference/elasticsearch/rest-apis Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
mapped_pages :
3
3
- https://www.elastic.co/guide/en/elasticsearch/reference/current/rescore-search-results.html
4
- applies_to :
5
- stack : all
6
4
---
7
-
8
5
# Rescore search results [ rescore-search-results]
9
6
10
7
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`:
90
87
| ` min ` | Take the min of the original score and the rescore query score. |
91
88
92
89
### Script rescorer [ script-rescorer]
90
+ ``` {applies_to}
91
+ stack: ga 9.2
92
+ ```
93
93
94
94
` script ` rescorer uses a script to rescore the top documents returned
95
95
from the previous phase. The script has access to the original score as well
You can’t perform that action at this time.
0 commit comments