Skip to content

Commit ff3754c

Browse files
committed
V8 termvectors
1 parent 92747f1 commit ff3754c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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();

src/ElasticQuery.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
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)

0 commit comments

Comments
 (0)