We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3963fd3 commit 85a2374Copy full SHA for 85a2374
x-pack/plugin/esql/qa/testFixtures/src/main/resources/scoring.csv-spec
@@ -521,7 +521,6 @@ book_no:keyword | _score:double
521
8678 | 0.0
522
;
523
524
-
525
disjunctionScoresMultipleClauses
526
527
required_capability: metadata_score
@@ -544,3 +543,17 @@ book_no:keyword | _score:double
544
543
4023 | 1.5062403678894043
545
2924 | 1.2732219696044922
546
+
547
+statsScores
548
549
+required_capability: metadata_score
550
+required_capability: match_function
551
+required_capability: full_text_functions_in_stats_where
552
553
+from books metadata _score
554
+| stats avg_score = avg(_score) where match(title, "Lord Rings", {"operator": "AND"})
555
+;
556
557
+avg_score:double
558
+3.869828939437866
559
0 commit comments