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
$params['_source'] = (list) True or false to return the _source field or not, or a list of fields to return
203
-
['_source_exclude'] = (array) A list of fields to exclude from the returned _source field
204
-
['_source_include'] = (array) A list of fields to extract and return from the _source field
203
+
['_source_excludes'] = (array) A list of fields to exclude from the returned _source field
204
+
['_source_includes'] = (array) A list of fields to extract and return from the _source field
205
205
['allow_no_indices'] = (bool) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
206
206
['analyze_wildcard'] = (bool) Specify whether wildcard and prefix queries should be analyzed (default: false)
207
207
['analyzer'] = (string) The analyzer to use for the query string
@@ -665,8 +665,8 @@ $params['id'] = (string) The document ID (Required)
665
665
['routing'] = (string) Specific routing value
666
666
['source'] = (string) The URL-encoded query definition (instead of using the request body)
667
667
['_source'] = (list) True or false to return the _source field or not, or a list of fields to return
668
-
['_source_exclude'] = (list) A list of fields to exclude from the returned _source field
669
-
['_source_include'] = (list) A list of fields to extract and return from the _source field
668
+
['_source_excludes'] = (list) A list of fields to exclude from the returned _source field
669
+
['_source_includes'] = (list) A list of fields to extract and return from the _source field
670
670
['body'] = (string) The URL-encoded query definition (instead of using the request body)
671
671
['body'] = (array) Request body
672
672
*/
@@ -712,8 +712,8 @@ $params['index'] = (list) A comma-separated list of index nam
712
712
['sort'] = (list) A comma-separated list of <field>:<direction> pairs
713
713
['source'] = (string) The URL-encoded request definition using the Query DSL (instead of using request body)
714
714
['_source'] = (list) True or false to return the _source field or not, or a list of fields to return
715
-
['_source_exclude'] = (list) A list of fields to exclude from the returned _source field
716
-
['_source_include'] = (list) A list of fields to extract and return from the _source field
715
+
['_source_excludes'] = (list) A list of fields to exclude from the returned _source field
716
+
['_source_includes'] = (list) A list of fields to extract and return from the _source field
717
717
['stats'] = (list) Specific 'tag' of the request for logging and statistical purposes
718
718
['suggest_field'] = (string) Specify which field to use for suggestions
Copy file name to clipboardExpand all lines: src/Elasticsearch/Client.php
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -167,8 +167,8 @@ public function ping($params = [])
167
167
* ['refresh'] = (boolean) Refresh the shard containing the document before performing the operation
168
168
* ['routing'] = (string) Specific routing value
169
169
* ['_source'] = (list) True or false to return the _source field or not, or a list of fields to return
170
-
* ['_source_exclude'] = (list) A list of fields to exclude from the returned _source field
171
-
* ['_source_include'] = (list) A list of fields to extract and return from the _source field
170
+
* ['_source_excludes'] = (list) A list of fields to exclude from the returned _source field
171
+
* ['_source_includes'] = (list) A list of fields to extract and return from the _source field
172
172
*
173
173
* @param array $params Associative array of parameters
174
174
*
@@ -270,8 +270,8 @@ public function delete($params)
270
270
/**
271
271
*
272
272
* $params['_source'] = (list) True or false to return the _source field or not, or a list of fields to return
273
-
* ['_source_exclude'] = (array) A list of fields to exclude from the returned _source field
274
-
* ['_source_include'] = (array) A list of fields to extract and return from the _source field
273
+
* ['_source_excludes'] = (array) A list of fields to exclude from the returned _source field
274
+
* ['_source_includes'] = (array) A list of fields to extract and return from the _source field
275
275
* ['allow_no_indices'] = (bool) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
276
276
* ['analyze_wildcard'] = (bool) Specify whether wildcard and prefix queries should be analyzed (default: false)
277
277
* ['analyzer'] = (string) The analyzer to use for the query string
@@ -593,8 +593,8 @@ public function exists($params)
593
593
* ['routing'] = (string) Specific routing value
594
594
* ['body'] = (array) Document identifiers; can be either `docs` (containing full document information) or `ids` (when index and type is provided in the URL.
595
595
* ['_source'] = (list) True or false to return the _source field or not, or a list of fields to return
596
-
* ['_source_exclude'] = (list) A list of fields to exclude from the returned _source field
597
-
* ['_source_include'] = (list) A list of fields to extract and return from the _source field
596
+
* ['_source_excludes'] = (list) A list of fields to exclude from the returned _source field
597
+
* ['_source_includes'] = (list) A list of fields to extract and return from the _source field
598
598
*
599
599
* @param array $params Associative array of parameters
600
600
*
@@ -865,8 +865,8 @@ public function suggest($params = array())
865
865
* ['routing'] = (string) Specific routing value
866
866
* ['source'] = (string) The URL-encoded query definition (instead of using the request body)
867
867
* ['_source'] = (list) True or false to return the _source field or not, or a list of fields to return
868
-
* ['_source_exclude'] = (list) A list of fields to exclude from the returned _source field
869
-
* ['_source_include'] = (list) A list of fields to extract and return from the _source field
868
+
* ['_source_excludes'] = (list) A list of fields to exclude from the returned _source field
869
+
* ['_source_includes'] = (list) A list of fields to extract and return from the _source field
870
870
* ['body'] = (string) The URL-encoded query definition (instead of using the request body)
871
871
*
872
872
* @param array $params Associative array of parameters
@@ -919,8 +919,8 @@ public function explain($params)
919
919
* ['sort'] = (list) A comma-separated list of <field>:<direction> pairs
920
920
* ['source'] = (string) The URL-encoded request definition using the Query DSL (instead of using request body)
921
921
* ['_source'] = (list) True or false to return the _source field or not, or a list of fields to return
922
-
* ['_source_exclude'] = (list) A list of fields to exclude from the returned _source field
923
-
* ['_source_include'] = (list) A list of fields to extract and return from the _source field
922
+
* ['_source_excludes'] = (list) A list of fields to exclude from the returned _source field
923
+
* ['_source_includes'] = (list) A list of fields to extract and return from the _source field
924
924
* ['stats'] = (list) Specific 'tag' of the request for logging and statistical purposes
925
925
* ['suggest_field'] = (string) Specify which field to use for suggestions
926
926
* ['suggest_mode'] = (enum) Specify suggest mode
@@ -1151,8 +1151,8 @@ public function update($params)
1151
1151
* ['sort'] = (list) A comma-separated list of <field>:<direction> pairs
1152
1152
* ['_source'] = (list) True or false to return the _source field or not, or a list of
1153
1153
* fields to return
1154
-
* ['_source_exclude'] = (list) A list of fields to exclude from the returned _source field
1155
-
* ['_source_include'] = (list) A list of fields to extract and return from the _source field
1154
+
* ['_source_excludes'] = (list) A list of fields to exclude from the returned _source field
1155
+
* ['_source_includes'] = (list) A list of fields to extract and return from the _source field
1156
1156
* ['terminate_after'] = (number) The maximum number of documents to collect for each shard, upon
1157
1157
* reaching which the query execution will terminate early.
1158
1158
* ['stats'] = (list) Specific 'tag' of the request for logging and statistical purposes
0 commit comments