Home
last modified time | relevance | path

Searched refs:Elasticsearch (Results 201 – 225 of 574) sorted by last modified time

12345678910>>...23

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/
H A DScriptLangNotSupportedException.php3 * Elasticsearch PHP client
6 * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co)
10 * Licensed to Elasticsearch B.V under one or more agreements.
11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
19 namespace Elasticsearch\Common\Exceptions;
H A DServerErrorResponseException.php3 * Elasticsearch PHP client
6 * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co)
10 * Licensed to Elasticsearch B.V under one or more agreements.
11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
19 namespace Elasticsearch\Common\Exceptions;
H A DTransportException.php3 * Elasticsearch PHP client
6 * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co)
10 * Licensed to Elasticsearch B.V under one or more agreements.
11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
19 namespace Elasticsearch\Common\Exceptions;
H A DUnauthorized401Exception.php3 * Elasticsearch PHP client
6 * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co)
10 * Licensed to Elasticsearch B.V under one or more agreements.
11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
19 namespace Elasticsearch\Common\Exceptions;
H A DUnexpectedValueException.php3 * Elasticsearch PHP client
6 * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co)
10 * Licensed to Elasticsearch B.V under one or more agreements.
11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
19 namespace Elasticsearch\Common\Exceptions;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Enrich/
H A DStats.php3 * Elasticsearch PHP client
6 * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co)
10 * Licensed to Elasticsearch B.V under one or more agreements.
11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
17 namespace Elasticsearch\Endpoints\Enrich;
19 use Elasticsearch\Endpoints\AbstractEndpoint;
23 * Elasticsearch API name enrich.stats
26 * and Elasticsearch 7.16.0-SNAPSHOT (dfc9a8e7563ed5f24b5210ed21ed92ae182cd0ee)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/Serializer/
H A DJsonErrorException.php3 * Elasticsearch PHP client
6 * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co)
10 * Licensed to Elasticsearch B.V under one or more agreements.
11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
19 namespace Elasticsearch\Common\Exceptions\Serializer;
21 use Elasticsearch\Common\Exceptions\ElasticsearchException;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md44 - Updated endpoints and namespaces for Elasticsearch 7.10
63 - Updated endpoints and namespaces for Elasticsearch 7.9
74 - Updated endpoints and namespaces for Elasticsearch 7.8
102 - Generated the new endpoints for Elasticsearch 7.6.0
148 of Elasticsearch. This tool is available in `util/GenerateEndpoints.php`.
154 a `@note` tag in the phpdoc section (e.g. [$client->rankEval()](https://github.com/elastic/elasticsearch-php/blob/master/src/Elasticsearch/Client.php)). For more information read the [experimental and beta APIs](docs/experimental-beta-apis.asciidoc)
158 from Elasticsearch with https://github.com/elastic/elasticsearch/pull/24857
174 - Reintroduced the optional parameter in `Elasticsearch\Namespaces\IndicesNamespace::getAliases()`.
180 - Reintroduced `Elasticsearch\Namespaces\IndicesNamespace::getAliases()` as proxy
192 - Updated the API endpoints for working with Elasticsearch 7.
[all...]
H A DLICENSE1 Copyright 2013-2020 Elasticsearch B.V.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Eql/
H A DDelete.php3 * Elasticsearch PHP client
6 * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co)
10 * Licensed to Elasticsearch B.V under one or more agreements.
11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
17 namespace Elasticsearch\Endpoints\Eql;
19 use Elasticsearch\Common\Exceptions\RuntimeException;
20 use Elasticsearch\Endpoints\AbstractEndpoint;
24 * Elasticsearch API name eql.delete
27 * and Elasticsearch 7.16.0-SNAPSHOT (dfc9a8e7563ed5f24b5210ed21ed92ae182cd0ee)
H A DSearch.php3 * Elasticsearch PHP client
6 * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co)
10 * Licensed to Elasticsearch B.V under one or more agreements.
11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
17 namespace Elasticsearch\Endpoints\Eql;
19 use Elasticsearch\Common\Exceptions\RuntimeException;
20 use Elasticsearch\Endpoints\AbstractEndpoint;
24 * Elasticsearch API name eql.search
27 * and Elasticsearch 7.16.0-SNAPSHOT (dfc9a8e7563ed5f24b5210ed21ed92ae182cd0ee)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DAbstractConnectionPool.php3 * Elasticsearch PHP client
6 * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co)
10 * Licensed to Elasticsearch B.V under one or more agreements.
11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
19 namespace Elasticsearch\ConnectionPool;
21 use Elasticsearch\Common\Exceptions\InvalidArgumentException;
22 use Elasticsearch\ConnectionPool\Selectors\SelectorInterface;
23 use Elasticsearch\Connections\ConnectionFactoryInterface;
24 use Elasticsearch\Connections\ConnectionInterface;
55 * @var \Elasticsearch\Connection
[all...]
H A DConnectionPoolInterface.php3 * Elasticsearch PHP client
6 * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co)
10 * Licensed to Elasticsearch B.V under one or more agreements.
11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
19 namespace Elasticsearch\ConnectionPool;
21 use Elasticsearch\Connections\ConnectionInterface;
H A DSniffingConnectionPool.php3 * Elasticsearch PHP client
6 * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co)
10 * Licensed to Elasticsearch B.V under one or more agreements.
11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
19 namespace Elasticsearch\ConnectionPool;
21 use Elasticsearch\Common\Exceptions\Curl\OperationTimeoutException;
22 use Elasticsearch\Common\Exceptions\NoNodesAvailableException;
23 use Elasticsearch\ConnectionPool\Selectors\SelectorInterface;
24 use Elasticsearch\Connections\Connection;
25 use Elasticsearch\Connection
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DExistsSource.php3 * Elasticsearch PHP client
6 * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co)
10 * Licensed to Elasticsearch B.V under one or more agreements.
11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
17 namespace Elasticsearch\Endpoints;
19 use Elasticsearch\Common\Exceptions\RuntimeException;
20 use Elasticsearch\Endpoints\AbstractEndpoint;
24 * Elasticsearch API name exists_source
27 * and Elasticsearch 7.16.0-SNAPSHOT (dfc9a8e7563ed5f24b5210ed21ed92ae182cd0ee)
H A DGetScript.php3 * Elasticsearch PHP client
6 * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co)
10 * Licensed to Elasticsearch B.V under one or more agreements.
11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
17 namespace Elasticsearch\Endpoints;
19 use Elasticsearch\Common\Exceptions\RuntimeException;
20 use Elasticsearch\Endpoints\AbstractEndpoint;
24 * Elasticsearch API name get_script
27 * and Elasticsearch 7.16.0-SNAPSHOT (dfc9a8e7563ed5f24b5210ed21ed92ae182cd0ee)
H A DGetScriptLanguages.php3 * Elasticsearch PHP client
6 * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co)
10 * Licensed to Elasticsearch B.V under one or more agreements.
11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
17 namespace Elasticsearch\Endpoints;
19 use Elasticsearch\Endpoints\AbstractEndpoint;
23 * Elasticsearch API name get_script_languages
26 * and Elasticsearch 7.16.0-SNAPSHOT (dfc9a8e7563ed5f24b5210ed21ed92ae182cd0ee)
H A DGetSource.php3 * Elasticsearch PHP client
6 * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co)
10 * Licensed to Elasticsearch B.V under one or more agreements.
11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
17 namespace Elasticsearch\Endpoints;
19 use Elasticsearch\Common\Exceptions\RuntimeException;
20 use Elasticsearch\Endpoints\AbstractEndpoint;
24 * Elasticsearch API name get_source
27 * and Elasticsearch 7.16.0-SNAPSHOT (dfc9a8e7563ed5f24b5210ed21ed92ae182cd0ee)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Features/
H A DGetFeatures.php3 * Elasticsearch PHP client
6 * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co)
10 * Licensed to Elasticsearch B.V under one or more agreements.
11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
17 namespace Elasticsearch\Endpoints\Features;
19 use Elasticsearch\Endpoints\AbstractEndpoint;
23 * Elasticsearch API name features.get_features
26 * and Elasticsearch 7.16.0-SNAPSHOT (dfc9a8e7563ed5f24b5210ed21ed92ae182cd0ee)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc4 === Elasticsearch\Client
14 and Elasticsearch 7.12.1 (3186837139b9c6b6d23c3200870651f10d3343b7)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Fleet/
H A DGlobalCheckpoints.php3 * Elasticsearch PHP client
6 * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co)
10 * Licensed to Elasticsearch B.V under one or more agreements.
11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
17 namespace Elasticsearch\Endpoints\Fleet;
19 use Elasticsearch\Common\Exceptions\RuntimeException;
20 use Elasticsearch\Endpoints\AbstractEndpoint;
24 * Elasticsearch API name fleet.global_checkpoints
27 * and Elasticsearch 7.16.0-SNAPSHOT (dfc9a8e7563ed5f24b5210ed21ed92ae182cd0ee)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DAutoscalingNamespace.asciidoc4 === Elasticsearch\Namespaces\AutoscalingNamespace
14 and Elasticsearch 7.12.1 (3186837139b9c6b6d23c3200870651f10d3343b7)
H A DCatNamespace.asciidoc4 === Elasticsearch\Namespaces\CatNamespace
14 and Elasticsearch 7.12.1 (3186837139b9c6b6d23c3200870651f10d3343b7)
H A DCcrNamespace.asciidoc4 === Elasticsearch\Namespaces\CcrNamespace
14 and Elasticsearch 7.12.1 (3186837139b9c6b6d23c3200870651f10d3343b7)
H A DEqlNamespace.asciidoc4 === Elasticsearch\Namespaces\EqlNamespace
14 and Elasticsearch 7.12.1 (3186837139b9c6b6d23c3200870651f10d3343b7)

12345678910>>...23