Lines Matching refs:to

76 $params['index']                         = (list) A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices
81 $params['request_cache'] = (boolean) Specify if request cache should be used for this request or not, defaults to true
82 $params['analyzer'] = (string) The analyzer to use for the query string
85 $params['df'] = (string) The field to use as default where no field prefix is given in the query string
86 $params['explain'] = (boolean) Specify whether to return detailed information about score computation as part of a hit
87 $params['stored_fields'] = (list) A comma-separated list of stored fields to return as part of a hit
88 $params['docvalue_fields'] = (list) A comma-separated list of fields to return as the docvalue representation of a field for each hit
92 $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
93 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,hidden,none,all) (Default = open)
94 $params['lenient'] = (boolean) Specify whether format-based query failures (such as providing text to a numeric field) should be ignored
99 $params['size'] = (number) Number of hits to return (default: 10)
101 $params['_source'] = (list) True or false to return the _source field or not, or a list of fields to return
102 $params['_source_excludes'] = (list) A list of fields to exclude from the returned _source field
103 $params['_source_includes'] = (list) A list of fields to extract and return from the _source field
104 $params['terminate_after'] = (number) The maximum number of documents to collect for each shard, upon reaching which the query execution will terminate early.