You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQL: MATCH and QUERY documentation; one list of functions (#40494)
* Document MATCH and QUERY function predicates.
* Polish the functions pages and add a list of functions to the main Functions & Operators page.
(cherry picked from commit 4cec0ae)
Copy file name to clipboardExpand all lines: docs/reference/sql/endpoints/jdbc.asciidoc
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,8 @@ Query timeout (in seconds). That is the maximum amount of time waiting for a que
124
124
125
125
[float]
126
126
==== Mapping
127
-
`field.multi.value.leniency` (default `true`):: Whether to be lenient and return the first value for fields with multiple values (true) or throw an exception.
127
+
`field.multi.value.leniency` (default `true`):: Whether to be lenient and return the first value (without any guarantees of what that
128
+
will be - typically the first in natural ascending order) for fields with multiple values (true) or throw an exception.
0 commit comments