|
@@ -56,15 +56,24 @@ parameters that can be passed:
|
|
|
[cols="<,<",options="header",]
|
|
|
|=======================================================================
|
|
|
|Name |Description
|
|
|
-|df |The default field to use when no field prefix is defined within the
|
|
|
+|`df` |The default field to use when no field prefix is defined within the
|
|
|
query.
|
|
|
|
|
|
-|analyzer |The analyzer name to be used when analyzing the query string.
|
|
|
+|`analyzer` |The analyzer name to be used when analyzing the query string.
|
|
|
|
|
|
-|default_operator |The default operator to be used, can be `AND` or
|
|
|
+|`default_operator` |The default operator to be used, can be `AND` or
|
|
|
`OR`. Defaults to `OR`.
|
|
|
|
|
|
-|terminate_after |experimental[The API for this feature may change in the future]
|
|
|
+|`lenient` |If set to true will cause format based failures (like
|
|
|
+providing text to a numeric field) to be ignored. Defaults to false.
|
|
|
+
|
|
|
+|`lowercase_expanded_terms` |Should terms be automatically lowercased or
|
|
|
+not. Defaults to `true`.
|
|
|
+
|
|
|
+|`analyze_wildcard` |Should wildcard and prefix queries be analyzed or
|
|
|
+not. Defaults to `false`.
|
|
|
+
|
|
|
+|`terminate_after` |experimental[The API for this feature may change in the future]
|
|
|
The maximum count for each shard, upon
|
|
|
reaching which the query execution will terminate early.
|
|
|
If set, the response will have a boolean field `terminated_early` to
|