Skip to content

Commit ed432fe

Browse files
committed
Updated Elasticsearch 7.9 endpoints
1 parent b58dc0a commit ed432fe

File tree

375 files changed

+833
-1232
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

375 files changed

+833
-1232
lines changed

src/Elasticsearch/Client.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@
55
* @link https://github.com/elastic/elasticsearch-php/
66
* @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co)
77
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
8-
* @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1
9-
*
8+
* @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1
9+
*
1010
* Licensed to Elasticsearch B.V under one or more agreements.
1111
* Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
1212
* the GNU Lesser General Public License, Version 2.1, at your option.
1313
* See the LICENSE file in the project root for more information.
1414
*/
15-
1615
declare(strict_types = 1);
1716

1817
namespace Elasticsearch;
@@ -314,7 +313,7 @@ public function bulk(array $params = [])
314313
*
315314
* @param array $params Associative array of parameters
316315
* @return array
317-
* @see https://www.elastic.co/guide/en/elasticsearch/reference/master/search-request-body.html#_clear_scroll_api
316+
* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/clear-scroll-api.html
318317
*/
319318
public function clearScroll(array $params = [])
320319
{

src/Elasticsearch/Endpoints/AsyncSearch/Delete.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@
55
* @link https://github.com/elastic/elasticsearch-php/
66
* @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co)
77
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
8-
* @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1
9-
*
8+
* @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1
9+
*
1010
* Licensed to Elasticsearch B.V under one or more agreements.
1111
* Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
1212
* the GNU Lesser General Public License, Version 2.1, at your option.
1313
* See the LICENSE file in the project root for more information.
1414
*/
15-
1615
declare(strict_types = 1);
1716

1817
namespace Elasticsearch\Endpoints\AsyncSearch;

src/Elasticsearch/Endpoints/AsyncSearch/Get.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@
55
* @link https://github.com/elastic/elasticsearch-php/
66
* @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co)
77
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
8-
* @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1
9-
*
8+
* @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1
9+
*
1010
* Licensed to Elasticsearch B.V under one or more agreements.
1111
* Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
1212
* the GNU Lesser General Public License, Version 2.1, at your option.
1313
* See the LICENSE file in the project root for more information.
1414
*/
15-
1615
declare(strict_types = 1);
1716

1817
namespace Elasticsearch\Endpoints\AsyncSearch;

src/Elasticsearch/Endpoints/AsyncSearch/Submit.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@
55
* @link https://github.com/elastic/elasticsearch-php/
66
* @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co)
77
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
8-
* @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1
9-
*
8+
* @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1
9+
*
1010
* Licensed to Elasticsearch B.V under one or more agreements.
1111
* Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
1212
* the GNU Lesser General Public License, Version 2.1, at your option.
1313
* See the LICENSE file in the project root for more information.
1414
*/
15-
1615
declare(strict_types = 1);
1716

1817
namespace Elasticsearch\Endpoints\AsyncSearch;

src/Elasticsearch/Endpoints/Autoscaling/DeleteAutoscalingPolicy.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@
55
* @link https://github.com/elastic/elasticsearch-php/
66
* @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co)
77
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
8-
* @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1
9-
*
8+
* @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1
9+
*
1010
* Licensed to Elasticsearch B.V under one or more agreements.
1111
* Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
1212
* the GNU Lesser General Public License, Version 2.1, at your option.
1313
* See the LICENSE file in the project root for more information.
1414
*/
15-
1615
declare(strict_types = 1);
1716

1817
namespace Elasticsearch\Endpoints\Autoscaling;

src/Elasticsearch/Endpoints/Autoscaling/GetAutoscalingDecision.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@
55
* @link https://github.com/elastic/elasticsearch-php/
66
* @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co)
77
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
8-
* @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1
9-
*
8+
* @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1
9+
*
1010
* Licensed to Elasticsearch B.V under one or more agreements.
1111
* Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
1212
* the GNU Lesser General Public License, Version 2.1, at your option.
1313
* See the LICENSE file in the project root for more information.
1414
*/
15-
1615
declare(strict_types = 1);
1716

1817
namespace Elasticsearch\Endpoints\Autoscaling;

src/Elasticsearch/Endpoints/Autoscaling/GetAutoscalingPolicy.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@
55
* @link https://github.com/elastic/elasticsearch-php/
66
* @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co)
77
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
8-
* @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1
9-
*
8+
* @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1
9+
*
1010
* Licensed to Elasticsearch B.V under one or more agreements.
1111
* Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
1212
* the GNU Lesser General Public License, Version 2.1, at your option.
1313
* See the LICENSE file in the project root for more information.
1414
*/
15-
1615
declare(strict_types = 1);
1716

1817
namespace Elasticsearch\Endpoints\Autoscaling;

src/Elasticsearch/Endpoints/Autoscaling/PutAutoscalingPolicy.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@
55
* @link https://github.com/elastic/elasticsearch-php/
66
* @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co)
77
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
8-
* @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1
9-
*
8+
* @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1
9+
*
1010
* Licensed to Elasticsearch B.V under one or more agreements.
1111
* Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
1212
* the GNU Lesser General Public License, Version 2.1, at your option.
1313
* See the LICENSE file in the project root for more information.
1414
*/
15-
1615
declare(strict_types = 1);
1716

1817
namespace Elasticsearch\Endpoints\Autoscaling;

src/Elasticsearch/Endpoints/Bulk.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@
55
* @link https://github.com/elastic/elasticsearch-php/
66
* @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co)
77
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
8-
* @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1
9-
*
8+
* @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1
9+
*
1010
* Licensed to Elasticsearch B.V under one or more agreements.
1111
* Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
1212
* the GNU Lesser General Public License, Version 2.1, at your option.
1313
* See the LICENSE file in the project root for more information.
1414
*/
15-
1615
declare(strict_types = 1);
1716

1817
namespace Elasticsearch\Endpoints;
@@ -92,4 +91,5 @@ public function setBody($body): Bulk
9291
}
9392
return $this;
9493
}
94+
9595
}

src/Elasticsearch/Endpoints/Cat/Aliases.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@
55
* @link https://github.com/elastic/elasticsearch-php/
66
* @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co)
77
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
8-
* @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1
9-
*
8+
* @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1
9+
*
1010
* Licensed to Elasticsearch B.V under one or more agreements.
1111
* Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
1212
* the GNU Lesser General Public License, Version 2.1, at your option.
1313
* See the LICENSE file in the project root for more information.
1414
*/
15-
1615
declare(strict_types = 1);
1716

1817
namespace Elasticsearch\Endpoints\Cat;

0 commit comments

Comments
 (0)