|
18 | 18 |
|
19 | 19 | use Elasticsearch\Common\Exceptions\BadMethodCallException; |
20 | 20 | use Elasticsearch\Common\Exceptions\InvalidArgumentException; |
| 21 | +use Elasticsearch\Common\Exceptions\NoNodesAvailableException; |
| 22 | +use Elasticsearch\Common\Exceptions\BadRequest400Exception; |
| 23 | +use Elasticsearch\Common\Exceptions\Missing404Exception; |
| 24 | +use Elasticsearch\Common\Exceptions\TransportException; |
21 | 25 | use Elasticsearch\Endpoints\AbstractEndpoint; |
22 | 26 | use Elasticsearch\Namespaces\AbstractNamespace; |
| 27 | +use Elasticsearch\Namespaces\NamespaceBuilderInterface; |
23 | 28 | use Elasticsearch\Namespaces\BooleanRequestWrapper; |
24 | 29 | use Elasticsearch\Namespaces\CatNamespace; |
25 | 30 | use Elasticsearch\Namespaces\ClusterNamespace; |
|
34 | 39 | use Elasticsearch\Namespaces\GraphNamespace; |
35 | 40 | use Elasticsearch\Namespaces\XpackNamespace; |
36 | 41 | use Elasticsearch\Namespaces\LicenseNamespace; |
37 | | -use Elasticsearch\Namespaces\NamespaceBuilderInterface; |
38 | 42 | use Elasticsearch\Namespaces\MigrationNamespace; |
39 | 43 | use Elasticsearch\Namespaces\MlNamespace; |
40 | 44 | use Elasticsearch\Namespaces\MonitoringNamespace; |
|
47 | 51 | * Class Client |
48 | 52 | * |
49 | 53 | * NOTE: this file is autogenerated using util/GenerateEndpoints.php |
50 | | - * and Elasticsearch 6.8.14 (dab5822) |
| 54 | + * and Elasticsearch 6.8.16 (1f62092) |
51 | 55 | */ |
52 | 56 | class Client |
53 | 57 | { |
54 | | - const VERSION = '6.8.1'; |
| 58 | + const VERSION = '6.8.2'; |
55 | 59 |
|
56 | 60 | /** |
57 | 61 | * @var Transport |
@@ -870,7 +874,7 @@ public function mtermvectors(array $params = []) |
870 | 874 | $body = $this->extractArgument($params, 'body'); |
871 | 875 |
|
872 | 876 | $endpointBuilder = $this->endpoints; |
873 | | - $endpoint = $endpointBuilder('Mtermvectors'); |
| 877 | + $endpoint = $endpointBuilder('MTermVectors'); |
874 | 878 | $endpoint->setParams($params); |
875 | 879 | $endpoint->setIndex($index); |
876 | 880 | $endpoint->setType($type); |
@@ -1206,7 +1210,7 @@ public function termvectors(array $params = []) |
1206 | 1210 | $body = $this->extractArgument($params, 'body'); |
1207 | 1211 |
|
1208 | 1212 | $endpointBuilder = $this->endpoints; |
1209 | | - $endpoint = $endpointBuilder('Termvectors'); |
| 1213 | + $endpoint = $endpointBuilder('TermVectors'); |
1210 | 1214 | $endpoint->setParams($params); |
1211 | 1215 | $endpoint->setIndex($index); |
1212 | 1216 | $endpoint->setType($type); |
|
0 commit comments