Lines Matching refs:query

165 $params['q']                  = (string) Query in the Lucene query string syntax
166 $params['analyzer'] = (string) The analyzer to use for the query string
168 $params['default_operator'] = (enum) The default operator for query string query (AND or OR) (Options = AND,OR) (Default = OR)
169 $params['df'] = (string) The field to use as default where no field prefix is given in the query string
170 $params['lenient'] = (boolean) Specify whether format-based query failures (such as providing text to a numeric field) should be ignored
171 $params['terminate_after'] = (number) The maximum count for each shard, upon reaching which the query execution will terminate early
172 $params['body'] = (array) A query to restrict the results specified with the Query DSL (optional)
233 $params['analyzer'] = (string) The analyzer to use for the query string
235 $params['default_operator'] = (enum) The default operator for query string query (AND or OR) (Options = AND,OR) (Default = OR)
236 $params['df'] = (string) The field to use as default where no field prefix is given in the query string
240 $params['conflicts'] = (enum) What to do when the delete by query hits version conflicts? (Options = abort,proceed) (Default = abort)
242 $params['lenient'] = (boolean) Specify whether format-based query failures (such as providing text to a numeric field) should be ignored
244 $params['q'] = (string) Query in the Lucene query string syntax
342 $params['analyze_wildcard'] = (boolean) Specify whether wildcards and prefix queries in the query string query should be analyzed (default: false)
343 $params['analyzer'] = (string) The analyzer for the query string query
344 $params['default_operator'] = (enum) The default operator for query string query (AND or OR) (Options = AND,OR) (Default = OR)
345 $params['df'] = (string) The default field for query string query (default: _all)
347 $params['lenient'] = (boolean) Specify whether format-based query failures (such as providing text to a numeric field) should be ignored
349 $params['q'] = (string) Query in the Lucene query string syntax
354 $params['body'] = (array) The query definition using the Query DSL
542 $params['pre_filter_shard_size'] = (number) A threshold that enforces a pre-filter roundtrip to prefilter search shards based on query rewriting if the number of shards the search request expands to exceeds the threshold. This filter roundtrip can limit the number of shards significantly if for instance a shard can not match any documents based on its rewrite method ie. if date filters are mandatory to match but the shard bounds and the query are disjoint.
720 $params['body'] = (array) The scroll ID if not passed by URL or query parameter.
735 $params['analyzer'] = (string) The analyzer to use for the query string
738 $params['default_operator'] = (enum) The default operator for query string query (AND or OR) (Options = AND,OR) (Default = OR)
739 $params['df'] = (string) The field to use as default where no field prefix is given in the query string
748 $params['lenient'] = (boolean) Specify whether format-based query failures (such as providing text to a numeric field) should be ignored
750 $params['q'] = (string) Query in the Lucene query string syntax
759 $params['terminate_after'] = (number) The maximum number of documents to collect for each shard, upon reaching which the query execution will terminate early.
802 $params['profile'] = (boolean) Specify whether to profile the query execution
863 $params['analyzer'] = (string) The analyzer to use for the query string
865 $params['default_operator'] = (enum) The default operator for query string query (AND or OR) (Options = AND,OR) (Default = OR)
866 $params['df'] = (string) The field to use as default where no field prefix is given in the query string
870 $params['conflicts'] = (enum) What to do when the update by query hits version conflicts? (Options = abort,proceed) (Default = abort)
872 $params['lenient'] = (boolean) Specify whether format-based query failures (such as providing text to a numeric field) should be ignored
875 $params['q'] = (string) Query in the Lucene query string syntax