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
Copy file name to clipboardExpand all lines: src/Endpoints/AsyncSearch.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,7 @@ public function status(?array $params = null)
170
170
* explain?: bool, // Specify whether to return detailed information about score computation as part of a hit
171
171
* stored_fields?: string|array<string>, // A comma-separated list of stored fields to return as part of a hit
172
172
* docvalue_fields?: string|array<string>, // A comma-separated list of fields to return as the docvalue representation of a field for each hit
173
-
* from?: int, // Starting offset (default: 0)
173
+
* from?: int, // Starting offset
174
174
* ignore_unavailable?: bool, // Whether specified concrete indices should be ignored when unavailable (missing or closed)
175
175
* ignore_throttled?: bool, // Whether specified concrete, expanded or aliased indices should be ignored when throttled
176
176
* 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)
@@ -181,7 +181,7 @@ public function status(?array $params = null)
181
181
* q?: string, // Query in the Lucene query string syntax
182
182
* routing?: string|array<string>, // A comma-separated list of specific routing values
183
183
* search_type?: string, // Search operation type
184
-
* size?: int, // Number of hits to return (default: 10)
184
+
* size?: int, // Number of hits to return
185
185
* sort?: string|array<string>, // A comma-separated list of <field>:<direction> pairs
186
186
* _source?: string|array<string>, // True or false to return the _source field or not, or a list of fields to return
187
187
* _source_excludes?: string|array<string>, // A list of fields to exclude from the returned _source field
0 commit comments