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
272272$index->get(); // Send get request
273273$index->documentDelete(); // Send documentDelete request
274274$index->deleteByQuery(); // Send deleteByQuery request
275+ $index->termvectors(); // Send termvectors request
275276
276277$index->catIndices();
277278$index->indicesDelete();
Original file line number Diff line number Diff line change 1212 * @method static Client getClient()
1313 * @method static array|Promise search(string $indexName, array $dsl, string|null $searchType = null)
1414 * @method static array|Promise deleteByQuery(string $indexName, array $dsl)
15+ * @method static array|Promise termvectors(string $indexName, array $dsl)
1516 * @method static array|Promise get(string $indexName, int|string $id)
1617 * @method static array|Promise indicesExists(string $index)
1718 * @method static null|Promise indicesCreate(string $index, array $settings)
You can’t perform that action at this time.
0 commit comments