Skip to content

Commit 6eed391

Browse files
Auto-generated API code
1 parent 386b031 commit 6eed391

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Endpoints/AsyncSearch.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public function status(?array $params = null)
170170
* explain?: bool, // Specify whether to return detailed information about score computation as part of a hit
171171
* stored_fields?: string|array<string>, // A comma-separated list of stored fields to return as part of a hit
172172
* 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
174174
* ignore_unavailable?: bool, // Whether specified concrete indices should be ignored when unavailable (missing or closed)
175175
* ignore_throttled?: bool, // Whether specified concrete, expanded or aliased indices should be ignored when throttled
176176
* 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)
181181
* q?: string, // Query in the Lucene query string syntax
182182
* routing?: string|array<string>, // A comma-separated list of specific routing values
183183
* search_type?: string, // Search operation type
184-
* size?: int, // Number of hits to return (default: 10)
184+
* size?: int, // Number of hits to return
185185
* sort?: string|array<string>, // A comma-separated list of <field>:<direction> pairs
186186
* _source?: string|array<string>, // True or false to return the _source field or not, or a list of fields to return
187187
* _source_excludes?: string|array<string>, // A list of fields to exclude from the returned _source field

src/Endpoints/Cluster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ public function putComponentTemplate(?array $params = null)
488488
* @link https://www.elastic.co/guide/en/elasticsearch/reference/8.19/cluster-update-settings.html
489489
*
490490
* @param array{
491-
* flat_settings?: bool, // Return settings in flat format (default: false)
491+
* flat_settings?: bool, // Return settings in flat format
492492
* master_timeout?: int|string, // Explicit operation timeout for connection to master node
493493
* timeout?: int|string, // Explicit operation timeout
494494
* pretty?: bool, // Pretty format the returned JSON response. (DEFAULT: false)

0 commit comments

Comments
 (0)