mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
[DOCS] Move search sort docs to separate page (#60123)
Moves the search sort docs from the deprecated 'Request Body Search' page to a new subpage of 'Run a search'. No substantive changes were made to the content.
This commit is contained in:
parent
003a68f7fa
commit
d5b03f668b
12 changed files with 39 additions and 30 deletions
|
@ -36,7 +36,7 @@ each of which is explained below.
|
|||
=== Accessing the score of a document within a script
|
||||
|
||||
Scripts used in the <<query-dsl-function-score-query,`function_score` query>>,
|
||||
in <<request-body-search-sort,script-based sorting>>, or in
|
||||
in <<sort-search-results,script-based sorting>>, or in
|
||||
<<search-aggregations,aggregations>> have access to the `_score` variable which
|
||||
represents the current relevance score of a document.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue