@@ -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
21212714 | Return of the King Being the Third Part of The Lord of the Rings | 0 | 0
22227350 | 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
38382714 | Return of the King Being the Third Part of The Lord of the Rings | 0
39397350 | Return of the Shadow | 0
4040;
@@ -75,7 +75,7 @@ book_no:keyword | author:text | stars:
75753293 | Danny Faulkner | 2 | 0.0
7676;
7777
78- matchWithConjunction
78+ scoreMatchWithConjunction
7979required_capability: score_function
8080required_capability: metadata_score
8181
@@ -89,7 +89,7 @@ book_no:keyword | title:text
89897140 |The Lord of the Rings Poster Collection: Six Paintings by Alan Lee (No. 1) | 0.0
9090;
9191
92- scoreWithDisjunction
92+ scoreMatchWithDisjunction
9393required_capability: metadata_score
9494required_capability: score_function
9595
@@ -106,7 +106,7 @@ book_no:keyword | author:text | s1:double
1061063950 | Kurt Vonnegut | 0.0
107107;
108108
109- matchWithDisjunctionAndFiltersConjunction
109+ scoreMatchWithDisjunctionAndFiltersConjunction
110110required_capability: match_function
111111required_capability: full_text_functions_disjunctions
112112required_capability: score_function
0 commit comments