We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b5954 commit 3d78bf4Copy full SHA for 3d78bf4
src/ElasticQuery.php
@@ -16,7 +16,7 @@
16
* @method static array get(string $indexName, int|string $id)
17
* @method static array indicesExists(string $index)
18
* @method static void indicesCreate(string $index, array $settings)
19
- * @method static array bulk(string $index, array $body)
+ * @method static array bulk(?string $index, array $body)
20
* @method static array documentDelete(string $index, int|string $id)
21
* @method static array catIndices(string $indexName, array|null $getFields = null)
22
* @method static array indicesDelete(string $indexName)
0 commit comments