Home
last modified time | relevance | path

Searched refs:Elasticsearch (Results 176 – 200 of 574) sorted by last modified time

12345678910>>...23

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ccr/
H A DPutAutoFollowPattern.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\Ccr;
19 use Elasticsearch\Common\Exceptions\RuntimeException;
20 use Elasticsearch\Endpoints\AbstractEndpoint;
24 * Elasticsearch API name ccr.put_auto_follow_pattern
27 * and Elasticsearch 7.16.0-SNAPSHOT (dfc9a8e7563ed5f24b5210ed21ed92ae182cd0ee)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dlogger.asciidoc4 Elasticsearch-PHP supports logging, but it is not enabled by default for
H A Dserializers.asciidoc54 ->setSerializer('\Elasticsearch\Serializers\SmartSerializer');
97 ->setSerializer('\Elasticsearch\Serializers\ArrayToJSONSerializer');
116 JSON for Elasticsearch request bodies.
138 ->setSerializer('\Elasticsearch\Serializers\EverythingToJSONSerializer');
221 $serializer = '\Elasticsearch\Serializers\SmartSerializer';
H A Dset-retries.asciidoc34 $client = Elasticsearch\ClientBuilder::create()
41 } catch (Elasticsearch\Common\Exceptions\Curl\CouldNotConnectToHost $e) {
43 if ($previous instanceof 'Elasticsearch\Common\Exceptions\MaxRetriesException') {
56 $client = Elasticsearch\ClientBuilder::create()
63 } catch (Elasticsearch\Common\Exceptions\TransportException $e) {
65 if ($previous instanceof 'Elasticsearch\Common\Exceptions\MaxRetriesException') {
/plugin/elasticsearch/lang/en/
H A Dconfmanager_description.txt1 Elasticsearch can index media files by using external tools/parsers to extract the text content of the files.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cluster/
H A DExistsComponentTemplate.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\Cluster;
19 use Elasticsearch\Common\Exceptions\RuntimeException;
20 use Elasticsearch\Endpoints\AbstractEndpoint;
24 * Elasticsearch API name cluster.exists_component_template
27 * and Elasticsearch 7.16.0-SNAPSHOT (dfc9a8e7563ed5f24b5210ed21ed92ae182cd0ee)
H A DGetSettings.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\Cluster;
19 use Elasticsearch\Endpoints\AbstractEndpoint;
23 * Elasticsearch API name cluster.get_settings
26 * and Elasticsearch 7.16.0-SNAPSHOT (dfc9a8e7563ed5f24b5210ed21ed92ae182cd0ee)
H A DPendingTasks.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\Cluster;
19 use Elasticsearch\Endpoints\AbstractEndpoint;
23 * Elasticsearch API name cluster.pending_tasks
26 * and Elasticsearch 7.16.0-SNAPSHOT (dfc9a8e7563ed5f24b5210ed21ed92ae182cd0ee)
H A DPostVotingConfigExclusions.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\Cluster;
19 use Elasticsearch\Endpoints\AbstractEndpoint;
23 * Elasticsearch API name cluster.post_voting_config_exclusions
26 * and Elasticsearch 7.16.0-SNAPSHOT (dfc9a8e7563ed5f24b5210ed21ed92ae182cd0ee)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClient.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; namespace
19 use Elasticsearch\Common\Exceptions\BadMethodCallException;
20 use Elasticsearch\Common\Exceptions\InvalidArgumentException;
21 use Elasticsearch\Common\Exceptions\NoNodesAvailableException;
22 use Elasticsearch\Common\Exceptions\BadRequest400Exception;
23 use Elasticsearch\Commo
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DCount.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 count
26 * and Elasticsearch 7.16.0-SNAPSHOT (dfc9a8e7563ed5f24b5210ed21ed92ae182cd0ee)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/DanglingIndices/
H A DDeleteDanglingIndex.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\DanglingIndices;
19 use Elasticsearch\Common\Exceptions\RuntimeException;
20 use Elasticsearch\Endpoints\AbstractEndpoint;
24 * Elasticsearch API name dangling_indices.delete_dangling_index
27 * and Elasticsearch 7.16.0-SNAPSHOT (dfc9a8e7563ed5f24b5210ed21ed92ae182cd0ee)
H A DImportDanglingIndex.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\DanglingIndices;
19 use Elasticsearch\Common\Exceptions\RuntimeException;
20 use Elasticsearch\Endpoints\AbstractEndpoint;
24 * Elasticsearch API name dangling_indices.import_dangling_index
27 * and Elasticsearch 7.16.0-SNAPSHOT (dfc9a8e7563ed5f24b5210ed21ed92ae182cd0ee)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Common/
H A DEmptyLogger.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;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/
H A DBadRequest400Exception.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 DClientErrorResponseException.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 DElasticCloudIdParseException.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\Common\Exceptions;
H A DNoNodesAvailableException.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/DataFrameTransformDeprecated/
H A DDeleteTransform.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\DataFrameTransformDeprecated;
19 use Elasticsearch\Common\Exceptions\RuntimeException;
20 use Elasticsearch\Endpoints\AbstractEndpoint;
24 * Elasticsearch API name data_frame_transform_deprecated.delete_transform
27 * and Elasticsearch 7.16.0-SNAPSHOT (dfc9a8e7563ed5f24b5210ed21ed92ae182cd0ee)
H A DGetTransform.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\DataFrameTransformDeprecated;
19 use Elasticsearch\Endpoints\AbstractEndpoint;
23 * Elasticsearch API name data_frame_transform_deprecated.get_transform
26 * and Elasticsearch 7.16.0-SNAPSHOT (dfc9a8e7563ed5f24b5210ed21ed92ae182cd0ee)
H A DPreviewTransform.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\DataFrameTransformDeprecated;
19 use Elasticsearch\Endpoints\AbstractEndpoint;
23 * Elasticsearch API name data_frame_transform_deprecated.preview_transform
26 * and Elasticsearch 7.16.0-SNAPSHOT (dfc9a8e7563ed5f24b5210ed21ed92ae182cd0ee)
H A DPutTransform.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\DataFrameTransformDeprecated;
19 use Elasticsearch\Common\Exceptions\RuntimeException;
20 use Elasticsearch\Endpoints\AbstractEndpoint;
24 * Elasticsearch API name data_frame_transform_deprecated.put_transform
27 * and Elasticsearch 7.16.0-SNAPSHOT (dfc9a8e7563ed5f24b5210ed21ed92ae182cd0ee)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/Curl/
H A DCouldNotResolveHostException.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\Curl;
21 use Elasticsearch\Common\Exceptions\ElasticsearchException;
22 use Elasticsearch\Common\Exceptions\TransportException;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Enrich/
H A DDeletePolicy.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\Common\Exceptions\RuntimeException;
20 use Elasticsearch\Endpoints\AbstractEndpoint;
24 * Elasticsearch API name enrich.delete_policy
27 * and Elasticsearch 7.16.0-SNAPSHOT (dfc9a8e7563ed5f24b5210ed21ed92ae182cd0ee)
H A DPutPolicy.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\Common\Exceptions\RuntimeException;
20 use Elasticsearch\Endpoints\AbstractEndpoint;
24 * Elasticsearch API name enrich.put_policy
27 * and Elasticsearch 7.16.0-SNAPSHOT (dfc9a8e7563ed5f24b5210ed21ed92ae182cd0ee)

12345678910>>...23