It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
QueryStringQuery
editQueryStringQuery
editA query that uses the SimpleQueryParser to parse its context.
Properties
edit-
allow_leading_wildcard
(boolean
) - When set, * or ? are allowed as the first character. Defaults to false.
-
analyzer
(string
) - The analyzer used to analyze each term of the query when creating composite queries.
-
default_field
(string
) - The default field for query terms if no prefix field is specified.
-
default_operator
(string
) - The default operator used if no explicit operator is specified.
-
query
(string
, required) - The actual query to be parsed.
Example
edit{ "allow_leading_wildcard" : true, "analyzer" : "string", "default_field" : "string", "default_operator" : "string", "query" : "string" }