Scoring support in ES|QL #116599
Labels
:Analytics/ES|QL
AKA ESQL
>enhancement
Meta
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
Uh oh!
There was an error while loading. Please reload this page.
This meta-issue covers the work needed to enable scoring when using running full-text queries in ES|QL.
High Level Vision: score is just a regular column, no magic
Scoring is enabled through a
METADATA
field,_score
. For example,METADATA _score
a score column is added to the table_score
column is “dynamic”, potentially any command could alter it| SORT _score
The text was updated successfully, but these errors were encountered: