[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:
James Rodewig 2020-07-23 12:58:57 -04:00 committed by GitHub
parent 003a68f7fa
commit d5b03f668b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 39 additions and 30 deletions

View file

@ -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.