Skip to content

Commit df3f8ac

Browse files
committed
csv test fixes
1 parent 25e9d4c commit df3f8ac

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

x-pack/plugin/esql/qa/testFixtures/src/main/resources/score-function.csv-spec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ FROM books METADATA _score
1717
;
1818

1919
// tag::score-single-result[]
20-
book_no:keyword | title:text | _score:double | first _score:double
20+
book_no:keyword | title:text | _score:double | first_score:double
2121
2714 | Return of the King Being the Third Part of The Lord of the Rings | 0 | 0
2222
7350 | Return of the Shadow | 0 | 0
2323
// end::score-single-result[]
@@ -34,7 +34,7 @@ FROM books
3434
| LIMIT 5
3535
;
3636

37-
book_no:keyword | author:text | first _score:double
37+
book_no:keyword | author:text | first_score:double
3838
2714 | Return of the King Being the Third Part of The Lord of the Rings | 0
3939
7350 | Return of the Shadow | 0
4040
;
@@ -75,7 +75,7 @@ book_no:keyword | author:text | stars:
7575
3293 | Danny Faulkner | 2 | 0.0
7676
;
7777

78-
matchWithConjunction
78+
scoreMatchWithConjunction
7979
required_capability: score_function
8080
required_capability: metadata_score
8181

@@ -89,7 +89,7 @@ book_no:keyword | title:text
8989
7140 |The Lord of the Rings Poster Collection: Six Paintings by Alan Lee (No. 1) | 0.0
9090
;
9191

92-
scoreWithDisjunction
92+
scoreMatchWithDisjunction
9393
required_capability: metadata_score
9494
required_capability: score_function
9595

@@ -106,7 +106,7 @@ book_no:keyword | author:text | s1:double
106106
3950 | Kurt Vonnegut | 0.0
107107
;
108108

109-
matchWithDisjunctionAndFiltersConjunction
109+
scoreMatchWithDisjunctionAndFiltersConjunction
110110
required_capability: match_function
111111
required_capability: full_text_functions_disjunctions
112112
required_capability: score_function

0 commit comments

Comments
 (0)