File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -272,6 +272,7 @@ $index->bulk(); // Send bulk request
272
272
$index->get(); // Send get request
273
273
$index->documentDelete(); // Send documentDelete request
274
274
$index->deleteByQuery(); // Send deleteByQuery request
275
+ $index->termvectors(); // Send termvectors request
275
276
276
277
$index->catIndices();
277
278
$index->indicesDelete();
Original file line number Diff line number Diff line change 12
12
* @method static Client getClient()
13
13
* @method static array|Promise search(string $indexName, array $dsl, string|null $searchType = null)
14
14
* @method static array|Promise deleteByQuery(string $indexName, array $dsl)
15
+ * @method static array|Promise termvectors(string $indexName, array $dsl)
15
16
* @method static array|Promise get(string $indexName, int|string $id)
16
17
* @method static array|Promise indicesExists(string $index)
17
18
* @method static null|Promise indicesCreate(string $index, array $settings)
You can’t perform that action at this time.
0 commit comments