From f4afd3ef72e390818d8ddffd744f4a2a3f76a092 Mon Sep 17 00:00:00 2001 From: Sai Medhini Reddy Maryada <117196660+saimedhi@users.noreply.github.com> Date: Thu, 30 May 2024 18:31:46 -0700 Subject: [PATCH] Added Autogenerated File Header and Renamed Client (#196) * Added Autogenerated File Header and Renamed Client Signed-off-by: saimedhi * Added Autogenerated File Header and Renamed Client Signed-off-by: saimedhi --------- Signed-off-by: saimedhi --- CHANGELOG.md | 2 +- src/OpenSearch/Client.php | 4 ++-- src/OpenSearch/ClientBuilder.php | 4 ++-- src/OpenSearch/Common/EmptyLogger.php | 4 ++-- .../Common/Exceptions/AuthenticationConfigException.php | 4 ++-- src/OpenSearch/Common/Exceptions/BadMethodCallException.php | 4 ++-- src/OpenSearch/Common/Exceptions/BadRequest400Exception.php | 4 ++-- .../Common/Exceptions/ClientErrorResponseException.php | 4 ++-- src/OpenSearch/Common/Exceptions/Conflict409Exception.php | 4 ++-- .../Common/Exceptions/Curl/CouldNotConnectToHost.php | 4 ++-- .../Common/Exceptions/Curl/CouldNotResolveHostException.php | 4 ++-- .../Common/Exceptions/Curl/OperationTimeoutException.php | 4 ++-- src/OpenSearch/Common/Exceptions/Forbidden403Exception.php | 4 ++-- .../Common/Exceptions/InvalidArgumentException.php | 4 ++-- src/OpenSearch/Common/Exceptions/MaxRetriesException.php | 4 ++-- src/OpenSearch/Common/Exceptions/Missing404Exception.php | 4 ++-- .../Common/Exceptions/NoDocumentsToGetException.php | 4 ++-- .../Common/Exceptions/NoNodesAvailableException.php | 4 ++-- .../Common/Exceptions/NoShardAvailableException.php | 4 ++-- src/OpenSearch/Common/Exceptions/OpenSearchException.php | 4 ++-- .../Common/Exceptions/RequestTimeout408Exception.php | 4 ++-- .../Common/Exceptions/RoutingMissingException.php | 4 ++-- src/OpenSearch/Common/Exceptions/RuntimeException.php | 4 ++-- .../Common/Exceptions/ScriptLangNotSupportedException.php | 4 ++-- .../Common/Exceptions/Serializer/JsonErrorException.php | 4 ++-- .../Common/Exceptions/ServerErrorResponseException.php | 4 ++-- src/OpenSearch/Common/Exceptions/TransportException.php | 4 ++-- .../Common/Exceptions/Unauthorized401Exception.php | 4 ++-- .../Common/Exceptions/UnexpectedValueException.php | 4 ++-- src/OpenSearch/ConnectionPool/AbstractConnectionPool.php | 4 ++-- src/OpenSearch/ConnectionPool/ConnectionPoolInterface.php | 4 ++-- src/OpenSearch/ConnectionPool/Selectors/RandomSelector.php | 4 ++-- .../ConnectionPool/Selectors/RoundRobinSelector.php | 4 ++-- .../ConnectionPool/Selectors/SelectorInterface.php | 4 ++-- .../ConnectionPool/Selectors/StickyRoundRobinSelector.php | 4 ++-- src/OpenSearch/ConnectionPool/SimpleConnectionPool.php | 4 ++-- src/OpenSearch/ConnectionPool/SniffingConnectionPool.php | 4 ++-- src/OpenSearch/ConnectionPool/StaticConnectionPool.php | 4 ++-- .../ConnectionPool/StaticNoPingConnectionPool.php | 4 ++-- src/OpenSearch/Connections/Connection.php | 4 ++-- src/OpenSearch/Connections/ConnectionFactory.php | 4 ++-- src/OpenSearch/Connections/ConnectionFactoryInterface.php | 4 ++-- src/OpenSearch/Connections/ConnectionInterface.php | 4 ++-- src/OpenSearch/Endpoints/AbstractEndpoint.php | 4 ++-- src/OpenSearch/Endpoints/AsyncSearch/Delete.php | 4 ++-- src/OpenSearch/Endpoints/AsyncSearch/Get.php | 4 ++-- src/OpenSearch/Endpoints/AsyncSearch/Submit.php | 4 ++-- src/OpenSearch/Endpoints/Bulk.php | 4 ++-- src/OpenSearch/Endpoints/Cat/Aliases.php | 4 ++-- src/OpenSearch/Endpoints/Cat/Allocation.php | 4 ++-- src/OpenSearch/Endpoints/Cat/ClusterManager.php | 4 ++-- src/OpenSearch/Endpoints/Cat/Count.php | 4 ++-- src/OpenSearch/Endpoints/Cat/Fielddata.php | 4 ++-- src/OpenSearch/Endpoints/Cat/Health.php | 4 ++-- src/OpenSearch/Endpoints/Cat/Help.php | 4 ++-- src/OpenSearch/Endpoints/Cat/Indices.php | 4 ++-- src/OpenSearch/Endpoints/Cat/Master.php | 4 ++-- src/OpenSearch/Endpoints/Cat/NodeAttrs.php | 4 ++-- src/OpenSearch/Endpoints/Cat/Nodes.php | 4 ++-- src/OpenSearch/Endpoints/Cat/PendingTasks.php | 4 ++-- src/OpenSearch/Endpoints/Cat/Plugins.php | 4 ++-- src/OpenSearch/Endpoints/Cat/Recovery.php | 4 ++-- src/OpenSearch/Endpoints/Cat/Repositories.php | 4 ++-- src/OpenSearch/Endpoints/Cat/Segments.php | 4 ++-- src/OpenSearch/Endpoints/Cat/Shards.php | 4 ++-- src/OpenSearch/Endpoints/Cat/Snapshots.php | 4 ++-- src/OpenSearch/Endpoints/Cat/Tasks.php | 4 ++-- src/OpenSearch/Endpoints/Cat/Templates.php | 4 ++-- src/OpenSearch/Endpoints/Cat/ThreadPool.php | 4 ++-- src/OpenSearch/Endpoints/Cat/Transforms.php | 4 ++-- src/OpenSearch/Endpoints/ClearScroll.php | 4 ++-- src/OpenSearch/Endpoints/Cluster/AllocationExplain.php | 4 ++-- .../Endpoints/Cluster/DeleteComponentTemplate.php | 4 ++-- .../Endpoints/Cluster/DeleteVotingConfigExclusions.php | 4 ++-- .../Endpoints/Cluster/ExistsComponentTemplate.php | 4 ++-- src/OpenSearch/Endpoints/Cluster/GetComponentTemplate.php | 4 ++-- src/OpenSearch/Endpoints/Cluster/GetSettings.php | 4 ++-- src/OpenSearch/Endpoints/Cluster/Health.php | 4 ++-- src/OpenSearch/Endpoints/Cluster/PendingTasks.php | 4 ++-- .../Endpoints/Cluster/PostVotingConfigExclusions.php | 4 ++-- src/OpenSearch/Endpoints/Cluster/PutComponentTemplate.php | 4 ++-- src/OpenSearch/Endpoints/Cluster/PutSettings.php | 4 ++-- src/OpenSearch/Endpoints/Cluster/RemoteInfo.php | 4 ++-- src/OpenSearch/Endpoints/Cluster/Reroute.php | 4 ++-- src/OpenSearch/Endpoints/Cluster/State.php | 4 ++-- src/OpenSearch/Endpoints/Cluster/Stats.php | 4 ++-- src/OpenSearch/Endpoints/Count.php | 4 ++-- src/OpenSearch/Endpoints/Create.php | 4 ++-- src/OpenSearch/Endpoints/CreatePointInTime.php | 4 ++-- .../Endpoints/DanglingIndices/DeleteDanglingIndex.php | 4 ++-- .../Endpoints/DanglingIndices/ImportDanglingIndex.php | 4 ++-- .../Endpoints/DanglingIndices/ListDanglingIndices.php | 4 ++-- .../DataFrameTransformDeprecated/DeleteTransform.php | 4 ++-- .../Endpoints/DataFrameTransformDeprecated/GetTransform.php | 4 ++-- .../DataFrameTransformDeprecated/GetTransformStats.php | 4 ++-- .../DataFrameTransformDeprecated/PreviewTransform.php | 4 ++-- .../Endpoints/DataFrameTransformDeprecated/PutTransform.php | 4 ++-- .../DataFrameTransformDeprecated/StartTransform.php | 4 ++-- .../DataFrameTransformDeprecated/StopTransform.php | 4 ++-- .../DataFrameTransformDeprecated/UpdateTransform.php | 4 ++-- src/OpenSearch/Endpoints/Delete.php | 4 ++-- src/OpenSearch/Endpoints/DeleteByQuery.php | 4 ++-- src/OpenSearch/Endpoints/DeleteByQueryRethrottle.php | 4 ++-- src/OpenSearch/Endpoints/DeletePointInTime.php | 4 ++-- src/OpenSearch/Endpoints/DeleteScript.php | 4 ++-- src/OpenSearch/Endpoints/Exists.php | 4 ++-- src/OpenSearch/Endpoints/ExistsSource.php | 4 ++-- src/OpenSearch/Endpoints/Explain.php | 4 ++-- src/OpenSearch/Endpoints/FieldCaps.php | 4 ++-- src/OpenSearch/Endpoints/Get.php | 4 ++-- src/OpenSearch/Endpoints/GetScript.php | 4 ++-- src/OpenSearch/Endpoints/GetScriptContext.php | 4 ++-- src/OpenSearch/Endpoints/GetScriptLanguages.php | 4 ++-- src/OpenSearch/Endpoints/GetSource.php | 4 ++-- src/OpenSearch/Endpoints/Index.php | 4 ++-- src/OpenSearch/Endpoints/Indices/AddBlock.php | 4 ++-- src/OpenSearch/Endpoints/Indices/Analyze.php | 4 ++-- src/OpenSearch/Endpoints/Indices/ClearCache.php | 4 ++-- src/OpenSearch/Endpoints/Indices/CloneIndices.php | 4 ++-- src/OpenSearch/Endpoints/Indices/Close.php | 4 ++-- src/OpenSearch/Endpoints/Indices/Create.php | 4 ++-- src/OpenSearch/Endpoints/Indices/CreateDataStream.php | 4 ++-- src/OpenSearch/Endpoints/Indices/DataStreamsStats.php | 4 ++-- src/OpenSearch/Endpoints/Indices/Delete.php | 4 ++-- src/OpenSearch/Endpoints/Indices/DeleteAlias.php | 4 ++-- src/OpenSearch/Endpoints/Indices/DeleteDataStream.php | 4 ++-- src/OpenSearch/Endpoints/Indices/DeleteIndexTemplate.php | 4 ++-- src/OpenSearch/Endpoints/Indices/DeleteTemplate.php | 4 ++-- src/OpenSearch/Endpoints/Indices/Exists.php | 4 ++-- src/OpenSearch/Endpoints/Indices/ExistsAlias.php | 4 ++-- src/OpenSearch/Endpoints/Indices/ExistsIndexTemplate.php | 4 ++-- src/OpenSearch/Endpoints/Indices/ExistsTemplate.php | 4 ++-- src/OpenSearch/Endpoints/Indices/Flush.php | 4 ++-- src/OpenSearch/Endpoints/Indices/ForceMerge.php | 4 ++-- src/OpenSearch/Endpoints/Indices/Freeze.php | 4 ++-- src/OpenSearch/Endpoints/Indices/Get.php | 4 ++-- src/OpenSearch/Endpoints/Indices/GetAlias.php | 4 ++-- src/OpenSearch/Endpoints/Indices/GetDataStream.php | 4 ++-- src/OpenSearch/Endpoints/Indices/GetFieldMapping.php | 4 ++-- src/OpenSearch/Endpoints/Indices/GetIndexTemplate.php | 4 ++-- src/OpenSearch/Endpoints/Indices/GetMapping.php | 4 ++-- src/OpenSearch/Endpoints/Indices/GetSettings.php | 4 ++-- src/OpenSearch/Endpoints/Indices/GetTemplate.php | 4 ++-- src/OpenSearch/Endpoints/Indices/GetUpgrade.php | 4 ++-- src/OpenSearch/Endpoints/Indices/Open.php | 4 ++-- src/OpenSearch/Endpoints/Indices/PutAlias.php | 4 ++-- src/OpenSearch/Endpoints/Indices/PutIndexTemplate.php | 4 ++-- src/OpenSearch/Endpoints/Indices/PutMapping.php | 4 ++-- src/OpenSearch/Endpoints/Indices/PutSettings.php | 4 ++-- src/OpenSearch/Endpoints/Indices/PutTemplate.php | 4 ++-- src/OpenSearch/Endpoints/Indices/Recovery.php | 4 ++-- src/OpenSearch/Endpoints/Indices/Refresh.php | 4 ++-- src/OpenSearch/Endpoints/Indices/RefreshSearchAnalyzers.php | 4 ++-- src/OpenSearch/Endpoints/Indices/ReloadSearchAnalyzers.php | 4 ++-- src/OpenSearch/Endpoints/Indices/ResolveIndex.php | 4 ++-- src/OpenSearch/Endpoints/Indices/Rollover.php | 4 ++-- src/OpenSearch/Endpoints/Indices/Segments.php | 4 ++-- src/OpenSearch/Endpoints/Indices/ShardStores.php | 4 ++-- src/OpenSearch/Endpoints/Indices/Shrink.php | 4 ++-- src/OpenSearch/Endpoints/Indices/SimulateIndexTemplate.php | 4 ++-- src/OpenSearch/Endpoints/Indices/SimulateTemplate.php | 4 ++-- src/OpenSearch/Endpoints/Indices/Split.php | 4 ++-- src/OpenSearch/Endpoints/Indices/Stats.php | 4 ++-- src/OpenSearch/Endpoints/Indices/Unfreeze.php | 4 ++-- src/OpenSearch/Endpoints/Indices/UpdateAliases.php | 4 ++-- src/OpenSearch/Endpoints/Indices/Upgrade.php | 4 ++-- src/OpenSearch/Endpoints/Indices/ValidateQuery.php | 4 ++-- src/OpenSearch/Endpoints/Info.php | 4 ++-- src/OpenSearch/Endpoints/Ingest/DeletePipeline.php | 4 ++-- src/OpenSearch/Endpoints/Ingest/GetPipeline.php | 4 ++-- src/OpenSearch/Endpoints/Ingest/ProcessorGrok.php | 4 ++-- src/OpenSearch/Endpoints/Ingest/PutPipeline.php | 4 ++-- src/OpenSearch/Endpoints/Ingest/Simulate.php | 4 ++-- src/OpenSearch/Endpoints/MTermVectors.php | 4 ++-- src/OpenSearch/Endpoints/Mget.php | 4 ++-- src/OpenSearch/Endpoints/Monitoring/Bulk.php | 4 ++-- src/OpenSearch/Endpoints/Msearch.php | 4 ++-- src/OpenSearch/Endpoints/MsearchTemplate.php | 4 ++-- src/OpenSearch/Endpoints/Nodes/HotThreads.php | 4 ++-- src/OpenSearch/Endpoints/Nodes/Info.php | 4 ++-- src/OpenSearch/Endpoints/Nodes/ReloadSecureSettings.php | 4 ++-- src/OpenSearch/Endpoints/Nodes/Stats.php | 4 ++-- src/OpenSearch/Endpoints/Nodes/Usage.php | 4 ++-- src/OpenSearch/Endpoints/Ping.php | 4 ++-- src/OpenSearch/Endpoints/PutScript.php | 4 ++-- src/OpenSearch/Endpoints/RankEval.php | 4 ++-- src/OpenSearch/Endpoints/Reindex.php | 4 ++-- src/OpenSearch/Endpoints/ReindexRethrottle.php | 4 ++-- src/OpenSearch/Endpoints/RenderSearchTemplate.php | 4 ++-- src/OpenSearch/Endpoints/ScriptsPainlessExecute.php | 4 ++-- src/OpenSearch/Endpoints/Scroll.php | 4 ++-- src/OpenSearch/Endpoints/Search.php | 4 ++-- src/OpenSearch/Endpoints/SearchShards.php | 4 ++-- src/OpenSearch/Endpoints/SearchTemplate.php | 4 ++-- src/OpenSearch/Endpoints/SearchableSnapshots/ClearCache.php | 4 ++-- src/OpenSearch/Endpoints/SearchableSnapshots/Mount.php | 4 ++-- .../Endpoints/SearchableSnapshots/RepositoryStats.php | 4 ++-- src/OpenSearch/Endpoints/SearchableSnapshots/Stats.php | 4 ++-- src/OpenSearch/Endpoints/Snapshot/CleanupRepository.php | 4 ++-- src/OpenSearch/Endpoints/Snapshot/CloneSnapshot.php | 4 ++-- src/OpenSearch/Endpoints/Snapshot/Create.php | 4 ++-- src/OpenSearch/Endpoints/Snapshot/CreateRepository.php | 4 ++-- src/OpenSearch/Endpoints/Snapshot/Delete.php | 4 ++-- src/OpenSearch/Endpoints/Snapshot/DeleteRepository.php | 4 ++-- src/OpenSearch/Endpoints/Snapshot/Get.php | 4 ++-- src/OpenSearch/Endpoints/Snapshot/GetRepository.php | 4 ++-- src/OpenSearch/Endpoints/Snapshot/Restore.php | 4 ++-- src/OpenSearch/Endpoints/Snapshot/Status.php | 4 ++-- src/OpenSearch/Endpoints/Snapshot/VerifyRepository.php | 4 ++-- src/OpenSearch/Endpoints/Ssl/Certificates.php | 4 ++-- src/OpenSearch/Endpoints/Tasks/Cancel.php | 4 ++-- src/OpenSearch/Endpoints/Tasks/Get.php | 4 ++-- src/OpenSearch/Endpoints/Tasks/ListTasks.php | 4 ++-- src/OpenSearch/Endpoints/TermVectors.php | 4 ++-- src/OpenSearch/Endpoints/Update.php | 4 ++-- src/OpenSearch/Endpoints/UpdateByQuery.php | 4 ++-- src/OpenSearch/Endpoints/UpdateByQueryRethrottle.php | 4 ++-- src/OpenSearch/Helper/Iterators/SearchHitIterator.php | 4 ++-- src/OpenSearch/Helper/Iterators/SearchResponseIterator.php | 4 ++-- src/OpenSearch/Namespaces/AbstractNamespace.php | 4 ++-- src/OpenSearch/Namespaces/AsyncSearchNamespace.php | 4 ++-- src/OpenSearch/Namespaces/BooleanRequestWrapper.php | 4 ++-- src/OpenSearch/Namespaces/CatNamespace.php | 4 ++-- src/OpenSearch/Namespaces/ClusterNamespace.php | 4 ++-- src/OpenSearch/Namespaces/DanglingIndicesNamespace.php | 4 ++-- .../Namespaces/DataFrameTransformDeprecatedNamespace.php | 4 ++-- src/OpenSearch/Namespaces/IndicesNamespace.php | 4 ++-- src/OpenSearch/Namespaces/IngestNamespace.php | 4 ++-- src/OpenSearch/Namespaces/MonitoringNamespace.php | 4 ++-- src/OpenSearch/Namespaces/NamespaceBuilderInterface.php | 4 ++-- src/OpenSearch/Namespaces/NodesNamespace.php | 4 ++-- src/OpenSearch/Namespaces/SearchableSnapshotsNamespace.php | 4 ++-- src/OpenSearch/Namespaces/SnapshotNamespace.php | 4 ++-- src/OpenSearch/Namespaces/SslNamespace.php | 4 ++-- src/OpenSearch/Namespaces/TasksNamespace.php | 4 ++-- src/OpenSearch/Serializers/ArrayToJSONSerializer.php | 4 ++-- src/OpenSearch/Serializers/EverythingToJSONSerializer.php | 4 ++-- src/OpenSearch/Serializers/SerializerInterface.php | 4 ++-- src/OpenSearch/Serializers/SmartSerializer.php | 4 ++-- src/OpenSearch/Transport.php | 4 ++-- tests/ClientBuilder/ArrayLogger.php | 4 ++-- tests/ClientBuilderTest.php | 4 ++-- tests/ClientIntegrationTest.php | 4 ++-- tests/ClientTest.php | 4 ++-- tests/ConnectionPool/Selectors/RoundRobinSelectorTest.php | 4 ++-- .../SniffingConnectionPoolIntegrationTest.php | 4 ++-- .../ConnectionPool/StaticConnectionPoolIntegrationTest.php | 4 ++-- tests/ConnectionPool/StaticConnectionPoolTest.php | 4 ++-- tests/Connections/ConnectionTest.php | 4 ++-- tests/Endpoints/AbstractEndpointTest.php | 4 ++-- tests/Endpoints/CreateIntegrationTest.php | 4 ++-- tests/Endpoints/CreatePointInTimeIntegrationTest.php | 4 ++-- tests/Endpoints/CreatePointInTimeTest.php | 4 ++-- tests/Endpoints/CreateTest.php | 4 ++-- tests/Endpoints/DeletePointInTimeIntegrationTest.php | 4 ++-- tests/Endpoints/DeletePointInTimeTest.php | 4 ++-- tests/Endpoints/RefreshSearchAnalyzersTest.php | 4 ++-- tests/Endpoints/SqlQueryEndpointTest.php | 4 ++-- tests/Endpoints/StatusEndpointTest.php | 4 ++-- tests/Helper/Iterators/SearchHitIteratorTest.php | 4 ++-- tests/Helper/Iterators/SearchResponseIteratorTest.php | 4 ++-- tests/RegisteredNamespaceTest.php | 4 ++-- tests/Serializers/ArrayToJSONSerializerTest.php | 4 ++-- tests/Serializers/EverythingToJSONSerializerTest.php | 4 ++-- tests/Serializers/SmartSerializerTest.php | 4 ++-- tests/TransportTest.php | 4 ++-- tests/Utility.php | 4 ++-- tests/bootstrap.php | 4 ++-- util/ActionTest.php | 4 ++-- util/ClientEndpoint.php | 4 ++-- util/Endpoint.php | 4 ++-- util/GenerateDocExamples.php | 4 ++-- util/GenerateEndpoints.php | 4 ++-- util/NamespaceEndpoint.php | 4 ++-- util/RestSpecRunner.php | 4 ++-- util/YamlTests.php | 4 ++-- util/build_tests.php | 4 ++-- util/docsConfig.php | 4 ++-- util/examples_to_parse.php | 4 ++-- util/template/client-class | 6 +++--- util/template/endpoint-class | 3 +++ 281 files changed, 563 insertions(+), 560 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afb7c7fcc..4c6d28b75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] ### Added -- Enhanced Generator Code to generate Endpoints using OpenSearch API Specifications ([#194](https://github.com/opensearch-project/opensearch-php/pull/194)) +- Generate endpoints from OpenSearch API Specification ([#194](https://github.com/opensearch-project/opensearch-php/pull/194)) ### Changed ### Deprecated ### Removed diff --git a/src/OpenSearch/Client.php b/src/OpenSearch/Client.php index 6aca62139..4b5e02955 100644 --- a/src/OpenSearch/Client.php +++ b/src/OpenSearch/Client.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/ClientBuilder.php b/src/OpenSearch/ClientBuilder.php index 8ce4ad0d1..20c6b7af5 100644 --- a/src/OpenSearch/ClientBuilder.php +++ b/src/OpenSearch/ClientBuilder.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Common/EmptyLogger.php b/src/OpenSearch/Common/EmptyLogger.php index 2ebb6742b..c2bfeaf41 100644 --- a/src/OpenSearch/Common/EmptyLogger.php +++ b/src/OpenSearch/Common/EmptyLogger.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Common/Exceptions/AuthenticationConfigException.php b/src/OpenSearch/Common/Exceptions/AuthenticationConfigException.php index 916f8faef..7b070a1a0 100644 --- a/src/OpenSearch/Common/Exceptions/AuthenticationConfigException.php +++ b/src/OpenSearch/Common/Exceptions/AuthenticationConfigException.php @@ -7,9 +7,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Common/Exceptions/BadMethodCallException.php b/src/OpenSearch/Common/Exceptions/BadMethodCallException.php index 4a88e9d2c..62b6551d1 100644 --- a/src/OpenSearch/Common/Exceptions/BadMethodCallException.php +++ b/src/OpenSearch/Common/Exceptions/BadMethodCallException.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Common/Exceptions/BadRequest400Exception.php b/src/OpenSearch/Common/Exceptions/BadRequest400Exception.php index dbb437f22..11480bfd8 100644 --- a/src/OpenSearch/Common/Exceptions/BadRequest400Exception.php +++ b/src/OpenSearch/Common/Exceptions/BadRequest400Exception.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Common/Exceptions/ClientErrorResponseException.php b/src/OpenSearch/Common/Exceptions/ClientErrorResponseException.php index c05f99a3d..3982d81f9 100644 --- a/src/OpenSearch/Common/Exceptions/ClientErrorResponseException.php +++ b/src/OpenSearch/Common/Exceptions/ClientErrorResponseException.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Common/Exceptions/Conflict409Exception.php b/src/OpenSearch/Common/Exceptions/Conflict409Exception.php index 89c0ab635..215b80353 100644 --- a/src/OpenSearch/Common/Exceptions/Conflict409Exception.php +++ b/src/OpenSearch/Common/Exceptions/Conflict409Exception.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Common/Exceptions/Curl/CouldNotConnectToHost.php b/src/OpenSearch/Common/Exceptions/Curl/CouldNotConnectToHost.php index a3ede852f..63ab18340 100644 --- a/src/OpenSearch/Common/Exceptions/Curl/CouldNotConnectToHost.php +++ b/src/OpenSearch/Common/Exceptions/Curl/CouldNotConnectToHost.php @@ -7,9 +7,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Common/Exceptions/Curl/CouldNotResolveHostException.php b/src/OpenSearch/Common/Exceptions/Curl/CouldNotResolveHostException.php index 847719e52..ac4cc9c0d 100644 --- a/src/OpenSearch/Common/Exceptions/Curl/CouldNotResolveHostException.php +++ b/src/OpenSearch/Common/Exceptions/Curl/CouldNotResolveHostException.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Common/Exceptions/Curl/OperationTimeoutException.php b/src/OpenSearch/Common/Exceptions/Curl/OperationTimeoutException.php index 46ba97d79..f009d1329 100644 --- a/src/OpenSearch/Common/Exceptions/Curl/OperationTimeoutException.php +++ b/src/OpenSearch/Common/Exceptions/Curl/OperationTimeoutException.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Common/Exceptions/Forbidden403Exception.php b/src/OpenSearch/Common/Exceptions/Forbidden403Exception.php index ea59472c7..e6cc8d6ae 100644 --- a/src/OpenSearch/Common/Exceptions/Forbidden403Exception.php +++ b/src/OpenSearch/Common/Exceptions/Forbidden403Exception.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Common/Exceptions/InvalidArgumentException.php b/src/OpenSearch/Common/Exceptions/InvalidArgumentException.php index d8afd6717..78a12f1e7 100644 --- a/src/OpenSearch/Common/Exceptions/InvalidArgumentException.php +++ b/src/OpenSearch/Common/Exceptions/InvalidArgumentException.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Common/Exceptions/MaxRetriesException.php b/src/OpenSearch/Common/Exceptions/MaxRetriesException.php index 07502df2d..fc1eb71cb 100644 --- a/src/OpenSearch/Common/Exceptions/MaxRetriesException.php +++ b/src/OpenSearch/Common/Exceptions/MaxRetriesException.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Common/Exceptions/Missing404Exception.php b/src/OpenSearch/Common/Exceptions/Missing404Exception.php index 1a9bd8fcc..7105f4755 100644 --- a/src/OpenSearch/Common/Exceptions/Missing404Exception.php +++ b/src/OpenSearch/Common/Exceptions/Missing404Exception.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Common/Exceptions/NoDocumentsToGetException.php b/src/OpenSearch/Common/Exceptions/NoDocumentsToGetException.php index 03cfaadbe..8bd30eeda 100644 --- a/src/OpenSearch/Common/Exceptions/NoDocumentsToGetException.php +++ b/src/OpenSearch/Common/Exceptions/NoDocumentsToGetException.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Common/Exceptions/NoNodesAvailableException.php b/src/OpenSearch/Common/Exceptions/NoNodesAvailableException.php index c0c3fd3c2..dd7953064 100644 --- a/src/OpenSearch/Common/Exceptions/NoNodesAvailableException.php +++ b/src/OpenSearch/Common/Exceptions/NoNodesAvailableException.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Common/Exceptions/NoShardAvailableException.php b/src/OpenSearch/Common/Exceptions/NoShardAvailableException.php index 66c1ca7c0..88ee0fbb8 100644 --- a/src/OpenSearch/Common/Exceptions/NoShardAvailableException.php +++ b/src/OpenSearch/Common/Exceptions/NoShardAvailableException.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Common/Exceptions/OpenSearchException.php b/src/OpenSearch/Common/Exceptions/OpenSearchException.php index a5fe98fa1..26eeaf917 100644 --- a/src/OpenSearch/Common/Exceptions/OpenSearchException.php +++ b/src/OpenSearch/Common/Exceptions/OpenSearchException.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Common/Exceptions/RequestTimeout408Exception.php b/src/OpenSearch/Common/Exceptions/RequestTimeout408Exception.php index 6d8e9de23..80e26aa7d 100644 --- a/src/OpenSearch/Common/Exceptions/RequestTimeout408Exception.php +++ b/src/OpenSearch/Common/Exceptions/RequestTimeout408Exception.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Common/Exceptions/RoutingMissingException.php b/src/OpenSearch/Common/Exceptions/RoutingMissingException.php index 8f79b7119..97e97e4b0 100644 --- a/src/OpenSearch/Common/Exceptions/RoutingMissingException.php +++ b/src/OpenSearch/Common/Exceptions/RoutingMissingException.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Common/Exceptions/RuntimeException.php b/src/OpenSearch/Common/Exceptions/RuntimeException.php index a5dc01ec2..1ad9adf33 100644 --- a/src/OpenSearch/Common/Exceptions/RuntimeException.php +++ b/src/OpenSearch/Common/Exceptions/RuntimeException.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Common/Exceptions/ScriptLangNotSupportedException.php b/src/OpenSearch/Common/Exceptions/ScriptLangNotSupportedException.php index e190800e8..35e611af9 100644 --- a/src/OpenSearch/Common/Exceptions/ScriptLangNotSupportedException.php +++ b/src/OpenSearch/Common/Exceptions/ScriptLangNotSupportedException.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Common/Exceptions/Serializer/JsonErrorException.php b/src/OpenSearch/Common/Exceptions/Serializer/JsonErrorException.php index 8853ba5b5..108d30877 100644 --- a/src/OpenSearch/Common/Exceptions/Serializer/JsonErrorException.php +++ b/src/OpenSearch/Common/Exceptions/Serializer/JsonErrorException.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Common/Exceptions/ServerErrorResponseException.php b/src/OpenSearch/Common/Exceptions/ServerErrorResponseException.php index d46ed24e9..918466c41 100644 --- a/src/OpenSearch/Common/Exceptions/ServerErrorResponseException.php +++ b/src/OpenSearch/Common/Exceptions/ServerErrorResponseException.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Common/Exceptions/TransportException.php b/src/OpenSearch/Common/Exceptions/TransportException.php index 263184b9c..572dd5a6b 100644 --- a/src/OpenSearch/Common/Exceptions/TransportException.php +++ b/src/OpenSearch/Common/Exceptions/TransportException.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Common/Exceptions/Unauthorized401Exception.php b/src/OpenSearch/Common/Exceptions/Unauthorized401Exception.php index 2578274dd..f477abe38 100644 --- a/src/OpenSearch/Common/Exceptions/Unauthorized401Exception.php +++ b/src/OpenSearch/Common/Exceptions/Unauthorized401Exception.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Common/Exceptions/UnexpectedValueException.php b/src/OpenSearch/Common/Exceptions/UnexpectedValueException.php index beca774c8..efd1e716d 100644 --- a/src/OpenSearch/Common/Exceptions/UnexpectedValueException.php +++ b/src/OpenSearch/Common/Exceptions/UnexpectedValueException.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/ConnectionPool/AbstractConnectionPool.php b/src/OpenSearch/ConnectionPool/AbstractConnectionPool.php index f7052ad67..b92bc0d2e 100644 --- a/src/OpenSearch/ConnectionPool/AbstractConnectionPool.php +++ b/src/OpenSearch/ConnectionPool/AbstractConnectionPool.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/ConnectionPool/ConnectionPoolInterface.php b/src/OpenSearch/ConnectionPool/ConnectionPoolInterface.php index 35282a5ca..42917d51b 100644 --- a/src/OpenSearch/ConnectionPool/ConnectionPoolInterface.php +++ b/src/OpenSearch/ConnectionPool/ConnectionPoolInterface.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/ConnectionPool/Selectors/RandomSelector.php b/src/OpenSearch/ConnectionPool/Selectors/RandomSelector.php index 89392a1dd..ecb7b380a 100644 --- a/src/OpenSearch/ConnectionPool/Selectors/RandomSelector.php +++ b/src/OpenSearch/ConnectionPool/Selectors/RandomSelector.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/ConnectionPool/Selectors/RoundRobinSelector.php b/src/OpenSearch/ConnectionPool/Selectors/RoundRobinSelector.php index 59e653a1e..8daeef60b 100644 --- a/src/OpenSearch/ConnectionPool/Selectors/RoundRobinSelector.php +++ b/src/OpenSearch/ConnectionPool/Selectors/RoundRobinSelector.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/ConnectionPool/Selectors/SelectorInterface.php b/src/OpenSearch/ConnectionPool/Selectors/SelectorInterface.php index 4d5214eb5..eeb290863 100644 --- a/src/OpenSearch/ConnectionPool/Selectors/SelectorInterface.php +++ b/src/OpenSearch/ConnectionPool/Selectors/SelectorInterface.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/ConnectionPool/Selectors/StickyRoundRobinSelector.php b/src/OpenSearch/ConnectionPool/Selectors/StickyRoundRobinSelector.php index d8fd0000b..7da041a06 100644 --- a/src/OpenSearch/ConnectionPool/Selectors/StickyRoundRobinSelector.php +++ b/src/OpenSearch/ConnectionPool/Selectors/StickyRoundRobinSelector.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/ConnectionPool/SimpleConnectionPool.php b/src/OpenSearch/ConnectionPool/SimpleConnectionPool.php index d55c69088..606d8d3fb 100644 --- a/src/OpenSearch/ConnectionPool/SimpleConnectionPool.php +++ b/src/OpenSearch/ConnectionPool/SimpleConnectionPool.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/ConnectionPool/SniffingConnectionPool.php b/src/OpenSearch/ConnectionPool/SniffingConnectionPool.php index ed7fdd356..41efe6a29 100644 --- a/src/OpenSearch/ConnectionPool/SniffingConnectionPool.php +++ b/src/OpenSearch/ConnectionPool/SniffingConnectionPool.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/ConnectionPool/StaticConnectionPool.php b/src/OpenSearch/ConnectionPool/StaticConnectionPool.php index 8b87c0596..a2a4a9462 100644 --- a/src/OpenSearch/ConnectionPool/StaticConnectionPool.php +++ b/src/OpenSearch/ConnectionPool/StaticConnectionPool.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/ConnectionPool/StaticNoPingConnectionPool.php b/src/OpenSearch/ConnectionPool/StaticNoPingConnectionPool.php index 64aa1c5e7..7208f3b92 100644 --- a/src/OpenSearch/ConnectionPool/StaticNoPingConnectionPool.php +++ b/src/OpenSearch/ConnectionPool/StaticNoPingConnectionPool.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Connections/Connection.php b/src/OpenSearch/Connections/Connection.php index 43a75d42e..3a67e9309 100644 --- a/src/OpenSearch/Connections/Connection.php +++ b/src/OpenSearch/Connections/Connection.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Connections/ConnectionFactory.php b/src/OpenSearch/Connections/ConnectionFactory.php index 27d725734..be7b1ddcd 100644 --- a/src/OpenSearch/Connections/ConnectionFactory.php +++ b/src/OpenSearch/Connections/ConnectionFactory.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Connections/ConnectionFactoryInterface.php b/src/OpenSearch/Connections/ConnectionFactoryInterface.php index 5e7260315..c7541cc11 100644 --- a/src/OpenSearch/Connections/ConnectionFactoryInterface.php +++ b/src/OpenSearch/Connections/ConnectionFactoryInterface.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Connections/ConnectionInterface.php b/src/OpenSearch/Connections/ConnectionInterface.php index 2b290b3e5..7b61bc81b 100644 --- a/src/OpenSearch/Connections/ConnectionInterface.php +++ b/src/OpenSearch/Connections/ConnectionInterface.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/AbstractEndpoint.php b/src/OpenSearch/Endpoints/AbstractEndpoint.php index 62bc138e9..db1d79425 100644 --- a/src/OpenSearch/Endpoints/AbstractEndpoint.php +++ b/src/OpenSearch/Endpoints/AbstractEndpoint.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/AsyncSearch/Delete.php b/src/OpenSearch/Endpoints/AsyncSearch/Delete.php index 865982cd0..40f582666 100644 --- a/src/OpenSearch/Endpoints/AsyncSearch/Delete.php +++ b/src/OpenSearch/Endpoints/AsyncSearch/Delete.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/AsyncSearch/Get.php b/src/OpenSearch/Endpoints/AsyncSearch/Get.php index 8b8234e1d..847ba8d30 100644 --- a/src/OpenSearch/Endpoints/AsyncSearch/Get.php +++ b/src/OpenSearch/Endpoints/AsyncSearch/Get.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/AsyncSearch/Submit.php b/src/OpenSearch/Endpoints/AsyncSearch/Submit.php index b395691ea..d10e801ba 100644 --- a/src/OpenSearch/Endpoints/AsyncSearch/Submit.php +++ b/src/OpenSearch/Endpoints/AsyncSearch/Submit.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Bulk.php b/src/OpenSearch/Endpoints/Bulk.php index 39fcffbc5..364e9d2a1 100644 --- a/src/OpenSearch/Endpoints/Bulk.php +++ b/src/OpenSearch/Endpoints/Bulk.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Cat/Aliases.php b/src/OpenSearch/Endpoints/Cat/Aliases.php index 341c2d8d6..34045aa4c 100644 --- a/src/OpenSearch/Endpoints/Cat/Aliases.php +++ b/src/OpenSearch/Endpoints/Cat/Aliases.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Cat/Allocation.php b/src/OpenSearch/Endpoints/Cat/Allocation.php index 516beea80..8ba6ae388 100644 --- a/src/OpenSearch/Endpoints/Cat/Allocation.php +++ b/src/OpenSearch/Endpoints/Cat/Allocation.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Cat/ClusterManager.php b/src/OpenSearch/Endpoints/Cat/ClusterManager.php index bd6296a14..3a7c78960 100644 --- a/src/OpenSearch/Endpoints/Cat/ClusterManager.php +++ b/src/OpenSearch/Endpoints/Cat/ClusterManager.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Cat/Count.php b/src/OpenSearch/Endpoints/Cat/Count.php index d96e2f9ab..0c13702ed 100644 --- a/src/OpenSearch/Endpoints/Cat/Count.php +++ b/src/OpenSearch/Endpoints/Cat/Count.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Cat/Fielddata.php b/src/OpenSearch/Endpoints/Cat/Fielddata.php index 7fb872b47..c343dc0f2 100644 --- a/src/OpenSearch/Endpoints/Cat/Fielddata.php +++ b/src/OpenSearch/Endpoints/Cat/Fielddata.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Cat/Health.php b/src/OpenSearch/Endpoints/Cat/Health.php index 06b4f5e56..83544880b 100644 --- a/src/OpenSearch/Endpoints/Cat/Health.php +++ b/src/OpenSearch/Endpoints/Cat/Health.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Cat/Help.php b/src/OpenSearch/Endpoints/Cat/Help.php index 6e1bb8317..3efbde38e 100644 --- a/src/OpenSearch/Endpoints/Cat/Help.php +++ b/src/OpenSearch/Endpoints/Cat/Help.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Cat/Indices.php b/src/OpenSearch/Endpoints/Cat/Indices.php index 57596b225..54936d524 100644 --- a/src/OpenSearch/Endpoints/Cat/Indices.php +++ b/src/OpenSearch/Endpoints/Cat/Indices.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Cat/Master.php b/src/OpenSearch/Endpoints/Cat/Master.php index 17b538658..0231746c1 100644 --- a/src/OpenSearch/Endpoints/Cat/Master.php +++ b/src/OpenSearch/Endpoints/Cat/Master.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Cat/NodeAttrs.php b/src/OpenSearch/Endpoints/Cat/NodeAttrs.php index 7071053e6..f1e4edc02 100644 --- a/src/OpenSearch/Endpoints/Cat/NodeAttrs.php +++ b/src/OpenSearch/Endpoints/Cat/NodeAttrs.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Cat/Nodes.php b/src/OpenSearch/Endpoints/Cat/Nodes.php index a8dbd9b49..b46e99b77 100644 --- a/src/OpenSearch/Endpoints/Cat/Nodes.php +++ b/src/OpenSearch/Endpoints/Cat/Nodes.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Cat/PendingTasks.php b/src/OpenSearch/Endpoints/Cat/PendingTasks.php index d262c32ec..0f62cc7c6 100644 --- a/src/OpenSearch/Endpoints/Cat/PendingTasks.php +++ b/src/OpenSearch/Endpoints/Cat/PendingTasks.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Cat/Plugins.php b/src/OpenSearch/Endpoints/Cat/Plugins.php index 8ecfd8a43..86af20931 100644 --- a/src/OpenSearch/Endpoints/Cat/Plugins.php +++ b/src/OpenSearch/Endpoints/Cat/Plugins.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Cat/Recovery.php b/src/OpenSearch/Endpoints/Cat/Recovery.php index 0ba38fef1..b7a13ad4e 100644 --- a/src/OpenSearch/Endpoints/Cat/Recovery.php +++ b/src/OpenSearch/Endpoints/Cat/Recovery.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Cat/Repositories.php b/src/OpenSearch/Endpoints/Cat/Repositories.php index 97fd9fa69..555943fd9 100644 --- a/src/OpenSearch/Endpoints/Cat/Repositories.php +++ b/src/OpenSearch/Endpoints/Cat/Repositories.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Cat/Segments.php b/src/OpenSearch/Endpoints/Cat/Segments.php index 749318379..eaf029b34 100644 --- a/src/OpenSearch/Endpoints/Cat/Segments.php +++ b/src/OpenSearch/Endpoints/Cat/Segments.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Cat/Shards.php b/src/OpenSearch/Endpoints/Cat/Shards.php index ab62bb8e2..86d447a15 100644 --- a/src/OpenSearch/Endpoints/Cat/Shards.php +++ b/src/OpenSearch/Endpoints/Cat/Shards.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Cat/Snapshots.php b/src/OpenSearch/Endpoints/Cat/Snapshots.php index 5a94895d3..45f33b557 100644 --- a/src/OpenSearch/Endpoints/Cat/Snapshots.php +++ b/src/OpenSearch/Endpoints/Cat/Snapshots.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Cat/Tasks.php b/src/OpenSearch/Endpoints/Cat/Tasks.php index ba452ba8c..c860ac0c3 100644 --- a/src/OpenSearch/Endpoints/Cat/Tasks.php +++ b/src/OpenSearch/Endpoints/Cat/Tasks.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Cat/Templates.php b/src/OpenSearch/Endpoints/Cat/Templates.php index 7fc078af5..9bb0807da 100644 --- a/src/OpenSearch/Endpoints/Cat/Templates.php +++ b/src/OpenSearch/Endpoints/Cat/Templates.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Cat/ThreadPool.php b/src/OpenSearch/Endpoints/Cat/ThreadPool.php index 0fb196513..fe24d4ee1 100644 --- a/src/OpenSearch/Endpoints/Cat/ThreadPool.php +++ b/src/OpenSearch/Endpoints/Cat/ThreadPool.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Cat/Transforms.php b/src/OpenSearch/Endpoints/Cat/Transforms.php index 03eb82c1e..0b2a7e3fb 100644 --- a/src/OpenSearch/Endpoints/Cat/Transforms.php +++ b/src/OpenSearch/Endpoints/Cat/Transforms.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/ClearScroll.php b/src/OpenSearch/Endpoints/ClearScroll.php index 593a65f3d..7a371d1eb 100644 --- a/src/OpenSearch/Endpoints/ClearScroll.php +++ b/src/OpenSearch/Endpoints/ClearScroll.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Cluster/AllocationExplain.php b/src/OpenSearch/Endpoints/Cluster/AllocationExplain.php index c299f7626..117bbe1da 100644 --- a/src/OpenSearch/Endpoints/Cluster/AllocationExplain.php +++ b/src/OpenSearch/Endpoints/Cluster/AllocationExplain.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Cluster/DeleteComponentTemplate.php b/src/OpenSearch/Endpoints/Cluster/DeleteComponentTemplate.php index 6d85f9597..e25194077 100644 --- a/src/OpenSearch/Endpoints/Cluster/DeleteComponentTemplate.php +++ b/src/OpenSearch/Endpoints/Cluster/DeleteComponentTemplate.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Cluster/DeleteVotingConfigExclusions.php b/src/OpenSearch/Endpoints/Cluster/DeleteVotingConfigExclusions.php index ad2960734..c4554dcc0 100644 --- a/src/OpenSearch/Endpoints/Cluster/DeleteVotingConfigExclusions.php +++ b/src/OpenSearch/Endpoints/Cluster/DeleteVotingConfigExclusions.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Cluster/ExistsComponentTemplate.php b/src/OpenSearch/Endpoints/Cluster/ExistsComponentTemplate.php index 35aa6649f..6f255ed6f 100644 --- a/src/OpenSearch/Endpoints/Cluster/ExistsComponentTemplate.php +++ b/src/OpenSearch/Endpoints/Cluster/ExistsComponentTemplate.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Cluster/GetComponentTemplate.php b/src/OpenSearch/Endpoints/Cluster/GetComponentTemplate.php index 85e670774..abaefabe8 100644 --- a/src/OpenSearch/Endpoints/Cluster/GetComponentTemplate.php +++ b/src/OpenSearch/Endpoints/Cluster/GetComponentTemplate.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Cluster/GetSettings.php b/src/OpenSearch/Endpoints/Cluster/GetSettings.php index ca63e8ac8..90ead9478 100644 --- a/src/OpenSearch/Endpoints/Cluster/GetSettings.php +++ b/src/OpenSearch/Endpoints/Cluster/GetSettings.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Cluster/Health.php b/src/OpenSearch/Endpoints/Cluster/Health.php index 89ee9fd8d..cfa4bf2fd 100644 --- a/src/OpenSearch/Endpoints/Cluster/Health.php +++ b/src/OpenSearch/Endpoints/Cluster/Health.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Cluster/PendingTasks.php b/src/OpenSearch/Endpoints/Cluster/PendingTasks.php index 35e2e1162..2bf989812 100644 --- a/src/OpenSearch/Endpoints/Cluster/PendingTasks.php +++ b/src/OpenSearch/Endpoints/Cluster/PendingTasks.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Cluster/PostVotingConfigExclusions.php b/src/OpenSearch/Endpoints/Cluster/PostVotingConfigExclusions.php index 1eba4850e..c2243941a 100644 --- a/src/OpenSearch/Endpoints/Cluster/PostVotingConfigExclusions.php +++ b/src/OpenSearch/Endpoints/Cluster/PostVotingConfigExclusions.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Cluster/PutComponentTemplate.php b/src/OpenSearch/Endpoints/Cluster/PutComponentTemplate.php index a7729a51e..dc9fb8629 100644 --- a/src/OpenSearch/Endpoints/Cluster/PutComponentTemplate.php +++ b/src/OpenSearch/Endpoints/Cluster/PutComponentTemplate.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Cluster/PutSettings.php b/src/OpenSearch/Endpoints/Cluster/PutSettings.php index 4b5659b6a..cc2ac482f 100644 --- a/src/OpenSearch/Endpoints/Cluster/PutSettings.php +++ b/src/OpenSearch/Endpoints/Cluster/PutSettings.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Cluster/RemoteInfo.php b/src/OpenSearch/Endpoints/Cluster/RemoteInfo.php index 8840aab00..ced787df0 100644 --- a/src/OpenSearch/Endpoints/Cluster/RemoteInfo.php +++ b/src/OpenSearch/Endpoints/Cluster/RemoteInfo.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Cluster/Reroute.php b/src/OpenSearch/Endpoints/Cluster/Reroute.php index f68e4b0e3..99d1a85c7 100644 --- a/src/OpenSearch/Endpoints/Cluster/Reroute.php +++ b/src/OpenSearch/Endpoints/Cluster/Reroute.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Cluster/State.php b/src/OpenSearch/Endpoints/Cluster/State.php index 173e769b7..a682a9b27 100644 --- a/src/OpenSearch/Endpoints/Cluster/State.php +++ b/src/OpenSearch/Endpoints/Cluster/State.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Cluster/Stats.php b/src/OpenSearch/Endpoints/Cluster/Stats.php index a90a53c76..f48f0b9df 100644 --- a/src/OpenSearch/Endpoints/Cluster/Stats.php +++ b/src/OpenSearch/Endpoints/Cluster/Stats.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Count.php b/src/OpenSearch/Endpoints/Count.php index 376719561..ebb975a15 100644 --- a/src/OpenSearch/Endpoints/Count.php +++ b/src/OpenSearch/Endpoints/Count.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Create.php b/src/OpenSearch/Endpoints/Create.php index e1954a525..dbd7092aa 100644 --- a/src/OpenSearch/Endpoints/Create.php +++ b/src/OpenSearch/Endpoints/Create.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/CreatePointInTime.php b/src/OpenSearch/Endpoints/CreatePointInTime.php index 0f1032790..531084fcd 100644 --- a/src/OpenSearch/Endpoints/CreatePointInTime.php +++ b/src/OpenSearch/Endpoints/CreatePointInTime.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/DanglingIndices/DeleteDanglingIndex.php b/src/OpenSearch/Endpoints/DanglingIndices/DeleteDanglingIndex.php index 759bb733c..18cb8e397 100644 --- a/src/OpenSearch/Endpoints/DanglingIndices/DeleteDanglingIndex.php +++ b/src/OpenSearch/Endpoints/DanglingIndices/DeleteDanglingIndex.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/DanglingIndices/ImportDanglingIndex.php b/src/OpenSearch/Endpoints/DanglingIndices/ImportDanglingIndex.php index 8b57bdb25..75121767d 100644 --- a/src/OpenSearch/Endpoints/DanglingIndices/ImportDanglingIndex.php +++ b/src/OpenSearch/Endpoints/DanglingIndices/ImportDanglingIndex.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/DanglingIndices/ListDanglingIndices.php b/src/OpenSearch/Endpoints/DanglingIndices/ListDanglingIndices.php index b5eae7b35..32dc180ed 100644 --- a/src/OpenSearch/Endpoints/DanglingIndices/ListDanglingIndices.php +++ b/src/OpenSearch/Endpoints/DanglingIndices/ListDanglingIndices.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/DataFrameTransformDeprecated/DeleteTransform.php b/src/OpenSearch/Endpoints/DataFrameTransformDeprecated/DeleteTransform.php index 72291cc6d..b9fba474b 100644 --- a/src/OpenSearch/Endpoints/DataFrameTransformDeprecated/DeleteTransform.php +++ b/src/OpenSearch/Endpoints/DataFrameTransformDeprecated/DeleteTransform.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/DataFrameTransformDeprecated/GetTransform.php b/src/OpenSearch/Endpoints/DataFrameTransformDeprecated/GetTransform.php index 7a3a7ff42..98daa32d9 100644 --- a/src/OpenSearch/Endpoints/DataFrameTransformDeprecated/GetTransform.php +++ b/src/OpenSearch/Endpoints/DataFrameTransformDeprecated/GetTransform.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/DataFrameTransformDeprecated/GetTransformStats.php b/src/OpenSearch/Endpoints/DataFrameTransformDeprecated/GetTransformStats.php index 2a596e27c..76cb4e0b6 100644 --- a/src/OpenSearch/Endpoints/DataFrameTransformDeprecated/GetTransformStats.php +++ b/src/OpenSearch/Endpoints/DataFrameTransformDeprecated/GetTransformStats.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/DataFrameTransformDeprecated/PreviewTransform.php b/src/OpenSearch/Endpoints/DataFrameTransformDeprecated/PreviewTransform.php index 9ab4afdf4..e2db220ae 100644 --- a/src/OpenSearch/Endpoints/DataFrameTransformDeprecated/PreviewTransform.php +++ b/src/OpenSearch/Endpoints/DataFrameTransformDeprecated/PreviewTransform.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/DataFrameTransformDeprecated/PutTransform.php b/src/OpenSearch/Endpoints/DataFrameTransformDeprecated/PutTransform.php index eac947996..ca259759c 100644 --- a/src/OpenSearch/Endpoints/DataFrameTransformDeprecated/PutTransform.php +++ b/src/OpenSearch/Endpoints/DataFrameTransformDeprecated/PutTransform.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/DataFrameTransformDeprecated/StartTransform.php b/src/OpenSearch/Endpoints/DataFrameTransformDeprecated/StartTransform.php index ece50f574..8d3fb47ee 100644 --- a/src/OpenSearch/Endpoints/DataFrameTransformDeprecated/StartTransform.php +++ b/src/OpenSearch/Endpoints/DataFrameTransformDeprecated/StartTransform.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/DataFrameTransformDeprecated/StopTransform.php b/src/OpenSearch/Endpoints/DataFrameTransformDeprecated/StopTransform.php index e6f7037a0..086562d42 100644 --- a/src/OpenSearch/Endpoints/DataFrameTransformDeprecated/StopTransform.php +++ b/src/OpenSearch/Endpoints/DataFrameTransformDeprecated/StopTransform.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/DataFrameTransformDeprecated/UpdateTransform.php b/src/OpenSearch/Endpoints/DataFrameTransformDeprecated/UpdateTransform.php index afb40645d..30b3dd2d4 100644 --- a/src/OpenSearch/Endpoints/DataFrameTransformDeprecated/UpdateTransform.php +++ b/src/OpenSearch/Endpoints/DataFrameTransformDeprecated/UpdateTransform.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Delete.php b/src/OpenSearch/Endpoints/Delete.php index a695d5f33..5fd926962 100644 --- a/src/OpenSearch/Endpoints/Delete.php +++ b/src/OpenSearch/Endpoints/Delete.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/DeleteByQuery.php b/src/OpenSearch/Endpoints/DeleteByQuery.php index bb07d0798..f678b72c7 100644 --- a/src/OpenSearch/Endpoints/DeleteByQuery.php +++ b/src/OpenSearch/Endpoints/DeleteByQuery.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/DeleteByQueryRethrottle.php b/src/OpenSearch/Endpoints/DeleteByQueryRethrottle.php index c55c7b1bf..018259006 100644 --- a/src/OpenSearch/Endpoints/DeleteByQueryRethrottle.php +++ b/src/OpenSearch/Endpoints/DeleteByQueryRethrottle.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/DeletePointInTime.php b/src/OpenSearch/Endpoints/DeletePointInTime.php index 502347df3..5b963d709 100644 --- a/src/OpenSearch/Endpoints/DeletePointInTime.php +++ b/src/OpenSearch/Endpoints/DeletePointInTime.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/DeleteScript.php b/src/OpenSearch/Endpoints/DeleteScript.php index b2e1dbfb0..92c47ac6a 100644 --- a/src/OpenSearch/Endpoints/DeleteScript.php +++ b/src/OpenSearch/Endpoints/DeleteScript.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Exists.php b/src/OpenSearch/Endpoints/Exists.php index d2cdbc089..c622c46e4 100644 --- a/src/OpenSearch/Endpoints/Exists.php +++ b/src/OpenSearch/Endpoints/Exists.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/ExistsSource.php b/src/OpenSearch/Endpoints/ExistsSource.php index 1c53e81e9..538d17e02 100644 --- a/src/OpenSearch/Endpoints/ExistsSource.php +++ b/src/OpenSearch/Endpoints/ExistsSource.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Explain.php b/src/OpenSearch/Endpoints/Explain.php index b136270d0..06f45410e 100644 --- a/src/OpenSearch/Endpoints/Explain.php +++ b/src/OpenSearch/Endpoints/Explain.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/FieldCaps.php b/src/OpenSearch/Endpoints/FieldCaps.php index 9f003c8d1..c6855d07e 100644 --- a/src/OpenSearch/Endpoints/FieldCaps.php +++ b/src/OpenSearch/Endpoints/FieldCaps.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Get.php b/src/OpenSearch/Endpoints/Get.php index dd916feec..eb22b65e9 100644 --- a/src/OpenSearch/Endpoints/Get.php +++ b/src/OpenSearch/Endpoints/Get.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/GetScript.php b/src/OpenSearch/Endpoints/GetScript.php index d95fcfc15..90f030085 100644 --- a/src/OpenSearch/Endpoints/GetScript.php +++ b/src/OpenSearch/Endpoints/GetScript.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/GetScriptContext.php b/src/OpenSearch/Endpoints/GetScriptContext.php index a183674bd..5a1ce5459 100644 --- a/src/OpenSearch/Endpoints/GetScriptContext.php +++ b/src/OpenSearch/Endpoints/GetScriptContext.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/GetScriptLanguages.php b/src/OpenSearch/Endpoints/GetScriptLanguages.php index d71c76d07..9709b0bb0 100644 --- a/src/OpenSearch/Endpoints/GetScriptLanguages.php +++ b/src/OpenSearch/Endpoints/GetScriptLanguages.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/GetSource.php b/src/OpenSearch/Endpoints/GetSource.php index a244c4daf..f1ab64da2 100644 --- a/src/OpenSearch/Endpoints/GetSource.php +++ b/src/OpenSearch/Endpoints/GetSource.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Index.php b/src/OpenSearch/Endpoints/Index.php index ef64e1d82..5212d9d68 100644 --- a/src/OpenSearch/Endpoints/Index.php +++ b/src/OpenSearch/Endpoints/Index.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/AddBlock.php b/src/OpenSearch/Endpoints/Indices/AddBlock.php index 9936bd0f5..b6d77d123 100644 --- a/src/OpenSearch/Endpoints/Indices/AddBlock.php +++ b/src/OpenSearch/Endpoints/Indices/AddBlock.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/Analyze.php b/src/OpenSearch/Endpoints/Indices/Analyze.php index 087c96cb6..1e5ee5620 100644 --- a/src/OpenSearch/Endpoints/Indices/Analyze.php +++ b/src/OpenSearch/Endpoints/Indices/Analyze.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/ClearCache.php b/src/OpenSearch/Endpoints/Indices/ClearCache.php index 39ae3f84f..ff0c01804 100644 --- a/src/OpenSearch/Endpoints/Indices/ClearCache.php +++ b/src/OpenSearch/Endpoints/Indices/ClearCache.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/CloneIndices.php b/src/OpenSearch/Endpoints/Indices/CloneIndices.php index 8b05dee6b..52d620f78 100644 --- a/src/OpenSearch/Endpoints/Indices/CloneIndices.php +++ b/src/OpenSearch/Endpoints/Indices/CloneIndices.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/Close.php b/src/OpenSearch/Endpoints/Indices/Close.php index 664b2b572..e7c59d4f2 100644 --- a/src/OpenSearch/Endpoints/Indices/Close.php +++ b/src/OpenSearch/Endpoints/Indices/Close.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/Create.php b/src/OpenSearch/Endpoints/Indices/Create.php index 22a43c6ad..781ef5408 100644 --- a/src/OpenSearch/Endpoints/Indices/Create.php +++ b/src/OpenSearch/Endpoints/Indices/Create.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/CreateDataStream.php b/src/OpenSearch/Endpoints/Indices/CreateDataStream.php index 6aae66b4d..c3a9b0a34 100644 --- a/src/OpenSearch/Endpoints/Indices/CreateDataStream.php +++ b/src/OpenSearch/Endpoints/Indices/CreateDataStream.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/DataStreamsStats.php b/src/OpenSearch/Endpoints/Indices/DataStreamsStats.php index d45970c01..a5a453f9b 100644 --- a/src/OpenSearch/Endpoints/Indices/DataStreamsStats.php +++ b/src/OpenSearch/Endpoints/Indices/DataStreamsStats.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/Delete.php b/src/OpenSearch/Endpoints/Indices/Delete.php index b3aa6fe3d..78d610641 100644 --- a/src/OpenSearch/Endpoints/Indices/Delete.php +++ b/src/OpenSearch/Endpoints/Indices/Delete.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/DeleteAlias.php b/src/OpenSearch/Endpoints/Indices/DeleteAlias.php index 0ec2ee23c..0157283a3 100644 --- a/src/OpenSearch/Endpoints/Indices/DeleteAlias.php +++ b/src/OpenSearch/Endpoints/Indices/DeleteAlias.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/DeleteDataStream.php b/src/OpenSearch/Endpoints/Indices/DeleteDataStream.php index 969124743..16f9afd10 100644 --- a/src/OpenSearch/Endpoints/Indices/DeleteDataStream.php +++ b/src/OpenSearch/Endpoints/Indices/DeleteDataStream.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/DeleteIndexTemplate.php b/src/OpenSearch/Endpoints/Indices/DeleteIndexTemplate.php index 68d8ed555..068098fed 100644 --- a/src/OpenSearch/Endpoints/Indices/DeleteIndexTemplate.php +++ b/src/OpenSearch/Endpoints/Indices/DeleteIndexTemplate.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/DeleteTemplate.php b/src/OpenSearch/Endpoints/Indices/DeleteTemplate.php index 5a5d5b25a..9acf28306 100644 --- a/src/OpenSearch/Endpoints/Indices/DeleteTemplate.php +++ b/src/OpenSearch/Endpoints/Indices/DeleteTemplate.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/Exists.php b/src/OpenSearch/Endpoints/Indices/Exists.php index 104c179e5..0ef5e6029 100644 --- a/src/OpenSearch/Endpoints/Indices/Exists.php +++ b/src/OpenSearch/Endpoints/Indices/Exists.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/ExistsAlias.php b/src/OpenSearch/Endpoints/Indices/ExistsAlias.php index dc6abd993..43d27b3e2 100644 --- a/src/OpenSearch/Endpoints/Indices/ExistsAlias.php +++ b/src/OpenSearch/Endpoints/Indices/ExistsAlias.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/ExistsIndexTemplate.php b/src/OpenSearch/Endpoints/Indices/ExistsIndexTemplate.php index a87f1d791..010c7226b 100644 --- a/src/OpenSearch/Endpoints/Indices/ExistsIndexTemplate.php +++ b/src/OpenSearch/Endpoints/Indices/ExistsIndexTemplate.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/ExistsTemplate.php b/src/OpenSearch/Endpoints/Indices/ExistsTemplate.php index 22c0a6a4a..8b9ac82bf 100644 --- a/src/OpenSearch/Endpoints/Indices/ExistsTemplate.php +++ b/src/OpenSearch/Endpoints/Indices/ExistsTemplate.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/Flush.php b/src/OpenSearch/Endpoints/Indices/Flush.php index 88e81f8f2..e472e131f 100644 --- a/src/OpenSearch/Endpoints/Indices/Flush.php +++ b/src/OpenSearch/Endpoints/Indices/Flush.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/ForceMerge.php b/src/OpenSearch/Endpoints/Indices/ForceMerge.php index dced08d15..412d69570 100644 --- a/src/OpenSearch/Endpoints/Indices/ForceMerge.php +++ b/src/OpenSearch/Endpoints/Indices/ForceMerge.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/Freeze.php b/src/OpenSearch/Endpoints/Indices/Freeze.php index 07e0d31c2..d2dbd7c02 100644 --- a/src/OpenSearch/Endpoints/Indices/Freeze.php +++ b/src/OpenSearch/Endpoints/Indices/Freeze.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/Get.php b/src/OpenSearch/Endpoints/Indices/Get.php index 2ab5db640..5a1543ccf 100644 --- a/src/OpenSearch/Endpoints/Indices/Get.php +++ b/src/OpenSearch/Endpoints/Indices/Get.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/GetAlias.php b/src/OpenSearch/Endpoints/Indices/GetAlias.php index c6c391f6a..88261503c 100644 --- a/src/OpenSearch/Endpoints/Indices/GetAlias.php +++ b/src/OpenSearch/Endpoints/Indices/GetAlias.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/GetDataStream.php b/src/OpenSearch/Endpoints/Indices/GetDataStream.php index c2baa1c26..8a3431482 100644 --- a/src/OpenSearch/Endpoints/Indices/GetDataStream.php +++ b/src/OpenSearch/Endpoints/Indices/GetDataStream.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/GetFieldMapping.php b/src/OpenSearch/Endpoints/Indices/GetFieldMapping.php index 713bfcbde..8dc8e8b69 100644 --- a/src/OpenSearch/Endpoints/Indices/GetFieldMapping.php +++ b/src/OpenSearch/Endpoints/Indices/GetFieldMapping.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/GetIndexTemplate.php b/src/OpenSearch/Endpoints/Indices/GetIndexTemplate.php index 4a5dbda2e..04d580481 100644 --- a/src/OpenSearch/Endpoints/Indices/GetIndexTemplate.php +++ b/src/OpenSearch/Endpoints/Indices/GetIndexTemplate.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/GetMapping.php b/src/OpenSearch/Endpoints/Indices/GetMapping.php index 9054b28a8..748c153da 100644 --- a/src/OpenSearch/Endpoints/Indices/GetMapping.php +++ b/src/OpenSearch/Endpoints/Indices/GetMapping.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/GetSettings.php b/src/OpenSearch/Endpoints/Indices/GetSettings.php index f4d4f6134..9604cd65c 100644 --- a/src/OpenSearch/Endpoints/Indices/GetSettings.php +++ b/src/OpenSearch/Endpoints/Indices/GetSettings.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/GetTemplate.php b/src/OpenSearch/Endpoints/Indices/GetTemplate.php index 5e8f5309e..4cd500f6d 100644 --- a/src/OpenSearch/Endpoints/Indices/GetTemplate.php +++ b/src/OpenSearch/Endpoints/Indices/GetTemplate.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/GetUpgrade.php b/src/OpenSearch/Endpoints/Indices/GetUpgrade.php index 5b3d2cef9..ca4855b76 100644 --- a/src/OpenSearch/Endpoints/Indices/GetUpgrade.php +++ b/src/OpenSearch/Endpoints/Indices/GetUpgrade.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/Open.php b/src/OpenSearch/Endpoints/Indices/Open.php index 4c7ecbf17..e627df62d 100644 --- a/src/OpenSearch/Endpoints/Indices/Open.php +++ b/src/OpenSearch/Endpoints/Indices/Open.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/PutAlias.php b/src/OpenSearch/Endpoints/Indices/PutAlias.php index 6e98bbe5c..90e7cb4b8 100644 --- a/src/OpenSearch/Endpoints/Indices/PutAlias.php +++ b/src/OpenSearch/Endpoints/Indices/PutAlias.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/PutIndexTemplate.php b/src/OpenSearch/Endpoints/Indices/PutIndexTemplate.php index e9f796cc6..b215ff099 100644 --- a/src/OpenSearch/Endpoints/Indices/PutIndexTemplate.php +++ b/src/OpenSearch/Endpoints/Indices/PutIndexTemplate.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/PutMapping.php b/src/OpenSearch/Endpoints/Indices/PutMapping.php index e21973924..d1a122407 100644 --- a/src/OpenSearch/Endpoints/Indices/PutMapping.php +++ b/src/OpenSearch/Endpoints/Indices/PutMapping.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/PutSettings.php b/src/OpenSearch/Endpoints/Indices/PutSettings.php index 0e031e7f2..a0de5835a 100644 --- a/src/OpenSearch/Endpoints/Indices/PutSettings.php +++ b/src/OpenSearch/Endpoints/Indices/PutSettings.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/PutTemplate.php b/src/OpenSearch/Endpoints/Indices/PutTemplate.php index 6c1908e79..26c7d14b8 100644 --- a/src/OpenSearch/Endpoints/Indices/PutTemplate.php +++ b/src/OpenSearch/Endpoints/Indices/PutTemplate.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/Recovery.php b/src/OpenSearch/Endpoints/Indices/Recovery.php index 34002dda2..9e5dcf9ee 100644 --- a/src/OpenSearch/Endpoints/Indices/Recovery.php +++ b/src/OpenSearch/Endpoints/Indices/Recovery.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/Refresh.php b/src/OpenSearch/Endpoints/Indices/Refresh.php index f36c7f49d..14e7e1ea5 100644 --- a/src/OpenSearch/Endpoints/Indices/Refresh.php +++ b/src/OpenSearch/Endpoints/Indices/Refresh.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/RefreshSearchAnalyzers.php b/src/OpenSearch/Endpoints/Indices/RefreshSearchAnalyzers.php index 8ea86074c..971086e21 100644 --- a/src/OpenSearch/Endpoints/Indices/RefreshSearchAnalyzers.php +++ b/src/OpenSearch/Endpoints/Indices/RefreshSearchAnalyzers.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/ReloadSearchAnalyzers.php b/src/OpenSearch/Endpoints/Indices/ReloadSearchAnalyzers.php index dbdb1185c..d30509fe6 100644 --- a/src/OpenSearch/Endpoints/Indices/ReloadSearchAnalyzers.php +++ b/src/OpenSearch/Endpoints/Indices/ReloadSearchAnalyzers.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/ResolveIndex.php b/src/OpenSearch/Endpoints/Indices/ResolveIndex.php index bccc5e0d9..204ecac79 100644 --- a/src/OpenSearch/Endpoints/Indices/ResolveIndex.php +++ b/src/OpenSearch/Endpoints/Indices/ResolveIndex.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/Rollover.php b/src/OpenSearch/Endpoints/Indices/Rollover.php index c103c93f6..916842f5f 100644 --- a/src/OpenSearch/Endpoints/Indices/Rollover.php +++ b/src/OpenSearch/Endpoints/Indices/Rollover.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/Segments.php b/src/OpenSearch/Endpoints/Indices/Segments.php index 464bc245a..1839a2094 100644 --- a/src/OpenSearch/Endpoints/Indices/Segments.php +++ b/src/OpenSearch/Endpoints/Indices/Segments.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/ShardStores.php b/src/OpenSearch/Endpoints/Indices/ShardStores.php index 484cd5d47..61e769864 100644 --- a/src/OpenSearch/Endpoints/Indices/ShardStores.php +++ b/src/OpenSearch/Endpoints/Indices/ShardStores.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/Shrink.php b/src/OpenSearch/Endpoints/Indices/Shrink.php index 2b035ca8f..26e833a74 100644 --- a/src/OpenSearch/Endpoints/Indices/Shrink.php +++ b/src/OpenSearch/Endpoints/Indices/Shrink.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/SimulateIndexTemplate.php b/src/OpenSearch/Endpoints/Indices/SimulateIndexTemplate.php index 4c45eedd0..c2961c45c 100644 --- a/src/OpenSearch/Endpoints/Indices/SimulateIndexTemplate.php +++ b/src/OpenSearch/Endpoints/Indices/SimulateIndexTemplate.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/SimulateTemplate.php b/src/OpenSearch/Endpoints/Indices/SimulateTemplate.php index e13b10da8..f9834bac3 100644 --- a/src/OpenSearch/Endpoints/Indices/SimulateTemplate.php +++ b/src/OpenSearch/Endpoints/Indices/SimulateTemplate.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/Split.php b/src/OpenSearch/Endpoints/Indices/Split.php index 1d40adf42..500922afb 100644 --- a/src/OpenSearch/Endpoints/Indices/Split.php +++ b/src/OpenSearch/Endpoints/Indices/Split.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/Stats.php b/src/OpenSearch/Endpoints/Indices/Stats.php index 671ead94a..3a2525e30 100644 --- a/src/OpenSearch/Endpoints/Indices/Stats.php +++ b/src/OpenSearch/Endpoints/Indices/Stats.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/Unfreeze.php b/src/OpenSearch/Endpoints/Indices/Unfreeze.php index 13435f9b5..136864e12 100644 --- a/src/OpenSearch/Endpoints/Indices/Unfreeze.php +++ b/src/OpenSearch/Endpoints/Indices/Unfreeze.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/UpdateAliases.php b/src/OpenSearch/Endpoints/Indices/UpdateAliases.php index 3a073ec41..ff0d4ff46 100644 --- a/src/OpenSearch/Endpoints/Indices/UpdateAliases.php +++ b/src/OpenSearch/Endpoints/Indices/UpdateAliases.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/Upgrade.php b/src/OpenSearch/Endpoints/Indices/Upgrade.php index aaf85bbe7..e50baadcb 100644 --- a/src/OpenSearch/Endpoints/Indices/Upgrade.php +++ b/src/OpenSearch/Endpoints/Indices/Upgrade.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Indices/ValidateQuery.php b/src/OpenSearch/Endpoints/Indices/ValidateQuery.php index 1dc77b06f..13a3fe82f 100644 --- a/src/OpenSearch/Endpoints/Indices/ValidateQuery.php +++ b/src/OpenSearch/Endpoints/Indices/ValidateQuery.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Info.php b/src/OpenSearch/Endpoints/Info.php index fc3b8821f..4f6e5c403 100644 --- a/src/OpenSearch/Endpoints/Info.php +++ b/src/OpenSearch/Endpoints/Info.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Ingest/DeletePipeline.php b/src/OpenSearch/Endpoints/Ingest/DeletePipeline.php index d065920b0..70324b58a 100644 --- a/src/OpenSearch/Endpoints/Ingest/DeletePipeline.php +++ b/src/OpenSearch/Endpoints/Ingest/DeletePipeline.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Ingest/GetPipeline.php b/src/OpenSearch/Endpoints/Ingest/GetPipeline.php index 1bd0ad324..590e26baf 100644 --- a/src/OpenSearch/Endpoints/Ingest/GetPipeline.php +++ b/src/OpenSearch/Endpoints/Ingest/GetPipeline.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Ingest/ProcessorGrok.php b/src/OpenSearch/Endpoints/Ingest/ProcessorGrok.php index e03f556b7..375566e88 100644 --- a/src/OpenSearch/Endpoints/Ingest/ProcessorGrok.php +++ b/src/OpenSearch/Endpoints/Ingest/ProcessorGrok.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Ingest/PutPipeline.php b/src/OpenSearch/Endpoints/Ingest/PutPipeline.php index f6ab7890d..38767ce22 100644 --- a/src/OpenSearch/Endpoints/Ingest/PutPipeline.php +++ b/src/OpenSearch/Endpoints/Ingest/PutPipeline.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Ingest/Simulate.php b/src/OpenSearch/Endpoints/Ingest/Simulate.php index 92bf7eed8..e2d36d4cf 100644 --- a/src/OpenSearch/Endpoints/Ingest/Simulate.php +++ b/src/OpenSearch/Endpoints/Ingest/Simulate.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/MTermVectors.php b/src/OpenSearch/Endpoints/MTermVectors.php index f1dd8b38f..bea73ca8a 100644 --- a/src/OpenSearch/Endpoints/MTermVectors.php +++ b/src/OpenSearch/Endpoints/MTermVectors.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Mget.php b/src/OpenSearch/Endpoints/Mget.php index 89f70eb94..5381af5a4 100644 --- a/src/OpenSearch/Endpoints/Mget.php +++ b/src/OpenSearch/Endpoints/Mget.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Monitoring/Bulk.php b/src/OpenSearch/Endpoints/Monitoring/Bulk.php index 0d0870af5..a40ffdabc 100644 --- a/src/OpenSearch/Endpoints/Monitoring/Bulk.php +++ b/src/OpenSearch/Endpoints/Monitoring/Bulk.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Msearch.php b/src/OpenSearch/Endpoints/Msearch.php index f304d28e1..753b66086 100644 --- a/src/OpenSearch/Endpoints/Msearch.php +++ b/src/OpenSearch/Endpoints/Msearch.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/MsearchTemplate.php b/src/OpenSearch/Endpoints/MsearchTemplate.php index 80e31377a..0ef260525 100644 --- a/src/OpenSearch/Endpoints/MsearchTemplate.php +++ b/src/OpenSearch/Endpoints/MsearchTemplate.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Nodes/HotThreads.php b/src/OpenSearch/Endpoints/Nodes/HotThreads.php index cee748cb1..ef8d8cb69 100644 --- a/src/OpenSearch/Endpoints/Nodes/HotThreads.php +++ b/src/OpenSearch/Endpoints/Nodes/HotThreads.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Nodes/Info.php b/src/OpenSearch/Endpoints/Nodes/Info.php index 985d79ba2..e851fbf8c 100644 --- a/src/OpenSearch/Endpoints/Nodes/Info.php +++ b/src/OpenSearch/Endpoints/Nodes/Info.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Nodes/ReloadSecureSettings.php b/src/OpenSearch/Endpoints/Nodes/ReloadSecureSettings.php index c56fef6ec..81043492d 100644 --- a/src/OpenSearch/Endpoints/Nodes/ReloadSecureSettings.php +++ b/src/OpenSearch/Endpoints/Nodes/ReloadSecureSettings.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Nodes/Stats.php b/src/OpenSearch/Endpoints/Nodes/Stats.php index bf28fa07a..96e7dab82 100644 --- a/src/OpenSearch/Endpoints/Nodes/Stats.php +++ b/src/OpenSearch/Endpoints/Nodes/Stats.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Nodes/Usage.php b/src/OpenSearch/Endpoints/Nodes/Usage.php index ca864da9d..9c05b80d8 100644 --- a/src/OpenSearch/Endpoints/Nodes/Usage.php +++ b/src/OpenSearch/Endpoints/Nodes/Usage.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Ping.php b/src/OpenSearch/Endpoints/Ping.php index 4e562ffcf..fa5210115 100644 --- a/src/OpenSearch/Endpoints/Ping.php +++ b/src/OpenSearch/Endpoints/Ping.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/PutScript.php b/src/OpenSearch/Endpoints/PutScript.php index 11581ec8f..3b705f963 100644 --- a/src/OpenSearch/Endpoints/PutScript.php +++ b/src/OpenSearch/Endpoints/PutScript.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/RankEval.php b/src/OpenSearch/Endpoints/RankEval.php index a128da03d..31bb95781 100644 --- a/src/OpenSearch/Endpoints/RankEval.php +++ b/src/OpenSearch/Endpoints/RankEval.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Reindex.php b/src/OpenSearch/Endpoints/Reindex.php index b90fefaf6..00700b0d0 100644 --- a/src/OpenSearch/Endpoints/Reindex.php +++ b/src/OpenSearch/Endpoints/Reindex.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/ReindexRethrottle.php b/src/OpenSearch/Endpoints/ReindexRethrottle.php index 4a5d3598a..d99cba036 100644 --- a/src/OpenSearch/Endpoints/ReindexRethrottle.php +++ b/src/OpenSearch/Endpoints/ReindexRethrottle.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/RenderSearchTemplate.php b/src/OpenSearch/Endpoints/RenderSearchTemplate.php index a31647ab3..7f97d4c7f 100644 --- a/src/OpenSearch/Endpoints/RenderSearchTemplate.php +++ b/src/OpenSearch/Endpoints/RenderSearchTemplate.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/ScriptsPainlessExecute.php b/src/OpenSearch/Endpoints/ScriptsPainlessExecute.php index b5fc62e74..898de3e6b 100644 --- a/src/OpenSearch/Endpoints/ScriptsPainlessExecute.php +++ b/src/OpenSearch/Endpoints/ScriptsPainlessExecute.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Scroll.php b/src/OpenSearch/Endpoints/Scroll.php index c933f5b43..b9d216f2b 100644 --- a/src/OpenSearch/Endpoints/Scroll.php +++ b/src/OpenSearch/Endpoints/Scroll.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Search.php b/src/OpenSearch/Endpoints/Search.php index 3898143d8..fc1e7a363 100644 --- a/src/OpenSearch/Endpoints/Search.php +++ b/src/OpenSearch/Endpoints/Search.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/SearchShards.php b/src/OpenSearch/Endpoints/SearchShards.php index 39fbd96eb..963f415f2 100644 --- a/src/OpenSearch/Endpoints/SearchShards.php +++ b/src/OpenSearch/Endpoints/SearchShards.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/SearchTemplate.php b/src/OpenSearch/Endpoints/SearchTemplate.php index 827f1e802..466cf2a93 100644 --- a/src/OpenSearch/Endpoints/SearchTemplate.php +++ b/src/OpenSearch/Endpoints/SearchTemplate.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/SearchableSnapshots/ClearCache.php b/src/OpenSearch/Endpoints/SearchableSnapshots/ClearCache.php index 540cb81df..3933363a8 100644 --- a/src/OpenSearch/Endpoints/SearchableSnapshots/ClearCache.php +++ b/src/OpenSearch/Endpoints/SearchableSnapshots/ClearCache.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/SearchableSnapshots/Mount.php b/src/OpenSearch/Endpoints/SearchableSnapshots/Mount.php index 633e0ad2d..3f51d266e 100644 --- a/src/OpenSearch/Endpoints/SearchableSnapshots/Mount.php +++ b/src/OpenSearch/Endpoints/SearchableSnapshots/Mount.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/SearchableSnapshots/RepositoryStats.php b/src/OpenSearch/Endpoints/SearchableSnapshots/RepositoryStats.php index a30ebf471..52d591476 100644 --- a/src/OpenSearch/Endpoints/SearchableSnapshots/RepositoryStats.php +++ b/src/OpenSearch/Endpoints/SearchableSnapshots/RepositoryStats.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/SearchableSnapshots/Stats.php b/src/OpenSearch/Endpoints/SearchableSnapshots/Stats.php index 2f36caaa1..822b11742 100644 --- a/src/OpenSearch/Endpoints/SearchableSnapshots/Stats.php +++ b/src/OpenSearch/Endpoints/SearchableSnapshots/Stats.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Snapshot/CleanupRepository.php b/src/OpenSearch/Endpoints/Snapshot/CleanupRepository.php index 124e461a5..6425fb049 100644 --- a/src/OpenSearch/Endpoints/Snapshot/CleanupRepository.php +++ b/src/OpenSearch/Endpoints/Snapshot/CleanupRepository.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Snapshot/CloneSnapshot.php b/src/OpenSearch/Endpoints/Snapshot/CloneSnapshot.php index 7566a8542..f1eba1cbf 100644 --- a/src/OpenSearch/Endpoints/Snapshot/CloneSnapshot.php +++ b/src/OpenSearch/Endpoints/Snapshot/CloneSnapshot.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Snapshot/Create.php b/src/OpenSearch/Endpoints/Snapshot/Create.php index 739b525ef..649069205 100644 --- a/src/OpenSearch/Endpoints/Snapshot/Create.php +++ b/src/OpenSearch/Endpoints/Snapshot/Create.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Snapshot/CreateRepository.php b/src/OpenSearch/Endpoints/Snapshot/CreateRepository.php index 7e212ae36..86398538a 100644 --- a/src/OpenSearch/Endpoints/Snapshot/CreateRepository.php +++ b/src/OpenSearch/Endpoints/Snapshot/CreateRepository.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Snapshot/Delete.php b/src/OpenSearch/Endpoints/Snapshot/Delete.php index 3ca214e73..e07b0264b 100644 --- a/src/OpenSearch/Endpoints/Snapshot/Delete.php +++ b/src/OpenSearch/Endpoints/Snapshot/Delete.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Snapshot/DeleteRepository.php b/src/OpenSearch/Endpoints/Snapshot/DeleteRepository.php index eb1f4b9e6..a53928862 100644 --- a/src/OpenSearch/Endpoints/Snapshot/DeleteRepository.php +++ b/src/OpenSearch/Endpoints/Snapshot/DeleteRepository.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Snapshot/Get.php b/src/OpenSearch/Endpoints/Snapshot/Get.php index cde6ac1b6..89a1f0cef 100644 --- a/src/OpenSearch/Endpoints/Snapshot/Get.php +++ b/src/OpenSearch/Endpoints/Snapshot/Get.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Snapshot/GetRepository.php b/src/OpenSearch/Endpoints/Snapshot/GetRepository.php index 51db10371..c252dbada 100644 --- a/src/OpenSearch/Endpoints/Snapshot/GetRepository.php +++ b/src/OpenSearch/Endpoints/Snapshot/GetRepository.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Snapshot/Restore.php b/src/OpenSearch/Endpoints/Snapshot/Restore.php index b3612c989..6fa87d775 100644 --- a/src/OpenSearch/Endpoints/Snapshot/Restore.php +++ b/src/OpenSearch/Endpoints/Snapshot/Restore.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Snapshot/Status.php b/src/OpenSearch/Endpoints/Snapshot/Status.php index 056753fd3..a626bea6c 100644 --- a/src/OpenSearch/Endpoints/Snapshot/Status.php +++ b/src/OpenSearch/Endpoints/Snapshot/Status.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Snapshot/VerifyRepository.php b/src/OpenSearch/Endpoints/Snapshot/VerifyRepository.php index f247fd2ce..57a516136 100644 --- a/src/OpenSearch/Endpoints/Snapshot/VerifyRepository.php +++ b/src/OpenSearch/Endpoints/Snapshot/VerifyRepository.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Ssl/Certificates.php b/src/OpenSearch/Endpoints/Ssl/Certificates.php index 69dd70f52..c2c35d3b0 100644 --- a/src/OpenSearch/Endpoints/Ssl/Certificates.php +++ b/src/OpenSearch/Endpoints/Ssl/Certificates.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Tasks/Cancel.php b/src/OpenSearch/Endpoints/Tasks/Cancel.php index de81946a5..2583f79c1 100644 --- a/src/OpenSearch/Endpoints/Tasks/Cancel.php +++ b/src/OpenSearch/Endpoints/Tasks/Cancel.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Tasks/Get.php b/src/OpenSearch/Endpoints/Tasks/Get.php index 38140b298..7f985c943 100644 --- a/src/OpenSearch/Endpoints/Tasks/Get.php +++ b/src/OpenSearch/Endpoints/Tasks/Get.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Tasks/ListTasks.php b/src/OpenSearch/Endpoints/Tasks/ListTasks.php index 3429ff2f6..9561b8144 100644 --- a/src/OpenSearch/Endpoints/Tasks/ListTasks.php +++ b/src/OpenSearch/Endpoints/Tasks/ListTasks.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/TermVectors.php b/src/OpenSearch/Endpoints/TermVectors.php index b245d8c44..d35803f19 100644 --- a/src/OpenSearch/Endpoints/TermVectors.php +++ b/src/OpenSearch/Endpoints/TermVectors.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/Update.php b/src/OpenSearch/Endpoints/Update.php index c6ece449e..dd3cdc50b 100644 --- a/src/OpenSearch/Endpoints/Update.php +++ b/src/OpenSearch/Endpoints/Update.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/UpdateByQuery.php b/src/OpenSearch/Endpoints/UpdateByQuery.php index 911809719..535b1de46 100644 --- a/src/OpenSearch/Endpoints/UpdateByQuery.php +++ b/src/OpenSearch/Endpoints/UpdateByQuery.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Endpoints/UpdateByQueryRethrottle.php b/src/OpenSearch/Endpoints/UpdateByQueryRethrottle.php index 7ce3b80fc..0ad0917ec 100644 --- a/src/OpenSearch/Endpoints/UpdateByQueryRethrottle.php +++ b/src/OpenSearch/Endpoints/UpdateByQueryRethrottle.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Helper/Iterators/SearchHitIterator.php b/src/OpenSearch/Helper/Iterators/SearchHitIterator.php index c6f6381da..84ca74630 100644 --- a/src/OpenSearch/Helper/Iterators/SearchHitIterator.php +++ b/src/OpenSearch/Helper/Iterators/SearchHitIterator.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Helper/Iterators/SearchResponseIterator.php b/src/OpenSearch/Helper/Iterators/SearchResponseIterator.php index 93e6f28d6..ec6e8e5d8 100644 --- a/src/OpenSearch/Helper/Iterators/SearchResponseIterator.php +++ b/src/OpenSearch/Helper/Iterators/SearchResponseIterator.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Namespaces/AbstractNamespace.php b/src/OpenSearch/Namespaces/AbstractNamespace.php index b65f97779..0b5a7a326 100644 --- a/src/OpenSearch/Namespaces/AbstractNamespace.php +++ b/src/OpenSearch/Namespaces/AbstractNamespace.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Namespaces/AsyncSearchNamespace.php b/src/OpenSearch/Namespaces/AsyncSearchNamespace.php index 29275b2ca..e01e33db2 100644 --- a/src/OpenSearch/Namespaces/AsyncSearchNamespace.php +++ b/src/OpenSearch/Namespaces/AsyncSearchNamespace.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Namespaces/BooleanRequestWrapper.php b/src/OpenSearch/Namespaces/BooleanRequestWrapper.php index 5e58928ab..9c29f656b 100644 --- a/src/OpenSearch/Namespaces/BooleanRequestWrapper.php +++ b/src/OpenSearch/Namespaces/BooleanRequestWrapper.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Namespaces/CatNamespace.php b/src/OpenSearch/Namespaces/CatNamespace.php index 9d43fdb61..37a5886ab 100644 --- a/src/OpenSearch/Namespaces/CatNamespace.php +++ b/src/OpenSearch/Namespaces/CatNamespace.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Namespaces/ClusterNamespace.php b/src/OpenSearch/Namespaces/ClusterNamespace.php index 72e1a579b..299cdaaa9 100644 --- a/src/OpenSearch/Namespaces/ClusterNamespace.php +++ b/src/OpenSearch/Namespaces/ClusterNamespace.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Namespaces/DanglingIndicesNamespace.php b/src/OpenSearch/Namespaces/DanglingIndicesNamespace.php index 62c5b35b9..1a9436c62 100644 --- a/src/OpenSearch/Namespaces/DanglingIndicesNamespace.php +++ b/src/OpenSearch/Namespaces/DanglingIndicesNamespace.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Namespaces/DataFrameTransformDeprecatedNamespace.php b/src/OpenSearch/Namespaces/DataFrameTransformDeprecatedNamespace.php index d5011d995..064cd9797 100644 --- a/src/OpenSearch/Namespaces/DataFrameTransformDeprecatedNamespace.php +++ b/src/OpenSearch/Namespaces/DataFrameTransformDeprecatedNamespace.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Namespaces/IndicesNamespace.php b/src/OpenSearch/Namespaces/IndicesNamespace.php index fc95770d4..c922c6227 100644 --- a/src/OpenSearch/Namespaces/IndicesNamespace.php +++ b/src/OpenSearch/Namespaces/IndicesNamespace.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Namespaces/IngestNamespace.php b/src/OpenSearch/Namespaces/IngestNamespace.php index 029bcfb27..071e2f659 100644 --- a/src/OpenSearch/Namespaces/IngestNamespace.php +++ b/src/OpenSearch/Namespaces/IngestNamespace.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Namespaces/MonitoringNamespace.php b/src/OpenSearch/Namespaces/MonitoringNamespace.php index e5e0917c8..02dec4494 100644 --- a/src/OpenSearch/Namespaces/MonitoringNamespace.php +++ b/src/OpenSearch/Namespaces/MonitoringNamespace.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Namespaces/NamespaceBuilderInterface.php b/src/OpenSearch/Namespaces/NamespaceBuilderInterface.php index f681f6098..996e85eb4 100644 --- a/src/OpenSearch/Namespaces/NamespaceBuilderInterface.php +++ b/src/OpenSearch/Namespaces/NamespaceBuilderInterface.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Namespaces/NodesNamespace.php b/src/OpenSearch/Namespaces/NodesNamespace.php index d869f572d..035e2b71e 100644 --- a/src/OpenSearch/Namespaces/NodesNamespace.php +++ b/src/OpenSearch/Namespaces/NodesNamespace.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Namespaces/SearchableSnapshotsNamespace.php b/src/OpenSearch/Namespaces/SearchableSnapshotsNamespace.php index 753f497b3..9506d0074 100644 --- a/src/OpenSearch/Namespaces/SearchableSnapshotsNamespace.php +++ b/src/OpenSearch/Namespaces/SearchableSnapshotsNamespace.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Namespaces/SnapshotNamespace.php b/src/OpenSearch/Namespaces/SnapshotNamespace.php index 3fcdd60e3..d7d96bb1f 100644 --- a/src/OpenSearch/Namespaces/SnapshotNamespace.php +++ b/src/OpenSearch/Namespaces/SnapshotNamespace.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Namespaces/SslNamespace.php b/src/OpenSearch/Namespaces/SslNamespace.php index 8f1a34f77..9e7967330 100644 --- a/src/OpenSearch/Namespaces/SslNamespace.php +++ b/src/OpenSearch/Namespaces/SslNamespace.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Namespaces/TasksNamespace.php b/src/OpenSearch/Namespaces/TasksNamespace.php index 83ce6ead7..d278eb86d 100644 --- a/src/OpenSearch/Namespaces/TasksNamespace.php +++ b/src/OpenSearch/Namespaces/TasksNamespace.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Serializers/ArrayToJSONSerializer.php b/src/OpenSearch/Serializers/ArrayToJSONSerializer.php index fcf43938d..de119fa58 100644 --- a/src/OpenSearch/Serializers/ArrayToJSONSerializer.php +++ b/src/OpenSearch/Serializers/ArrayToJSONSerializer.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Serializers/EverythingToJSONSerializer.php b/src/OpenSearch/Serializers/EverythingToJSONSerializer.php index 26674b293..fc1c40515 100644 --- a/src/OpenSearch/Serializers/EverythingToJSONSerializer.php +++ b/src/OpenSearch/Serializers/EverythingToJSONSerializer.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Serializers/SerializerInterface.php b/src/OpenSearch/Serializers/SerializerInterface.php index a7e488b1c..983f505ce 100644 --- a/src/OpenSearch/Serializers/SerializerInterface.php +++ b/src/OpenSearch/Serializers/SerializerInterface.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Serializers/SmartSerializer.php b/src/OpenSearch/Serializers/SmartSerializer.php index 5d25874a5..3c803d74a 100644 --- a/src/OpenSearch/Serializers/SmartSerializer.php +++ b/src/OpenSearch/Serializers/SmartSerializer.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/src/OpenSearch/Transport.php b/src/OpenSearch/Transport.php index d7d7fb255..8655ce5ea 100644 --- a/src/OpenSearch/Transport.php +++ b/src/OpenSearch/Transport.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/tests/ClientBuilder/ArrayLogger.php b/tests/ClientBuilder/ArrayLogger.php index 458083fed..68640be90 100644 --- a/tests/ClientBuilder/ArrayLogger.php +++ b/tests/ClientBuilder/ArrayLogger.php @@ -7,9 +7,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/tests/ClientBuilderTest.php b/tests/ClientBuilderTest.php index 6570e291f..751e3895d 100644 --- a/tests/ClientBuilderTest.php +++ b/tests/ClientBuilderTest.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/tests/ClientIntegrationTest.php b/tests/ClientIntegrationTest.php index f3b480b5b..5b491217d 100644 --- a/tests/ClientIntegrationTest.php +++ b/tests/ClientIntegrationTest.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/tests/ClientTest.php b/tests/ClientTest.php index 4a405c103..434706078 100644 --- a/tests/ClientTest.php +++ b/tests/ClientTest.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/tests/ConnectionPool/Selectors/RoundRobinSelectorTest.php b/tests/ConnectionPool/Selectors/RoundRobinSelectorTest.php index fc87c2a47..b3c8c3e10 100644 --- a/tests/ConnectionPool/Selectors/RoundRobinSelectorTest.php +++ b/tests/ConnectionPool/Selectors/RoundRobinSelectorTest.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/tests/ConnectionPool/SniffingConnectionPoolIntegrationTest.php b/tests/ConnectionPool/SniffingConnectionPoolIntegrationTest.php index 168cbe1db..0373a4e8c 100644 --- a/tests/ConnectionPool/SniffingConnectionPoolIntegrationTest.php +++ b/tests/ConnectionPool/SniffingConnectionPoolIntegrationTest.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/tests/ConnectionPool/StaticConnectionPoolIntegrationTest.php b/tests/ConnectionPool/StaticConnectionPoolIntegrationTest.php index 45650e0b3..6bfc6524d 100644 --- a/tests/ConnectionPool/StaticConnectionPoolIntegrationTest.php +++ b/tests/ConnectionPool/StaticConnectionPoolIntegrationTest.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/tests/ConnectionPool/StaticConnectionPoolTest.php b/tests/ConnectionPool/StaticConnectionPoolTest.php index 5a4e0b85c..c355253f1 100644 --- a/tests/ConnectionPool/StaticConnectionPoolTest.php +++ b/tests/ConnectionPool/StaticConnectionPoolTest.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/tests/Connections/ConnectionTest.php b/tests/Connections/ConnectionTest.php index b964b341a..ee04491ab 100644 --- a/tests/Connections/ConnectionTest.php +++ b/tests/Connections/ConnectionTest.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/tests/Endpoints/AbstractEndpointTest.php b/tests/Endpoints/AbstractEndpointTest.php index 9fa1bda2f..7a3e7b872 100644 --- a/tests/Endpoints/AbstractEndpointTest.php +++ b/tests/Endpoints/AbstractEndpointTest.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/tests/Endpoints/CreateIntegrationTest.php b/tests/Endpoints/CreateIntegrationTest.php index 95ecebbdb..f3ef4eb6b 100644 --- a/tests/Endpoints/CreateIntegrationTest.php +++ b/tests/Endpoints/CreateIntegrationTest.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/tests/Endpoints/CreatePointInTimeIntegrationTest.php b/tests/Endpoints/CreatePointInTimeIntegrationTest.php index 4d26a1107..c27f76b5a 100644 --- a/tests/Endpoints/CreatePointInTimeIntegrationTest.php +++ b/tests/Endpoints/CreatePointInTimeIntegrationTest.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/tests/Endpoints/CreatePointInTimeTest.php b/tests/Endpoints/CreatePointInTimeTest.php index 7692f781e..8fbaa0fee 100644 --- a/tests/Endpoints/CreatePointInTimeTest.php +++ b/tests/Endpoints/CreatePointInTimeTest.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/tests/Endpoints/CreateTest.php b/tests/Endpoints/CreateTest.php index 61d2e9850..a86fb5a8a 100644 --- a/tests/Endpoints/CreateTest.php +++ b/tests/Endpoints/CreateTest.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/tests/Endpoints/DeletePointInTimeIntegrationTest.php b/tests/Endpoints/DeletePointInTimeIntegrationTest.php index 5331d6eb9..ad9b28330 100644 --- a/tests/Endpoints/DeletePointInTimeIntegrationTest.php +++ b/tests/Endpoints/DeletePointInTimeIntegrationTest.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/tests/Endpoints/DeletePointInTimeTest.php b/tests/Endpoints/DeletePointInTimeTest.php index e0a089ee3..d4e018559 100644 --- a/tests/Endpoints/DeletePointInTimeTest.php +++ b/tests/Endpoints/DeletePointInTimeTest.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/tests/Endpoints/RefreshSearchAnalyzersTest.php b/tests/Endpoints/RefreshSearchAnalyzersTest.php index 034d97efb..e8e0b6466 100644 --- a/tests/Endpoints/RefreshSearchAnalyzersTest.php +++ b/tests/Endpoints/RefreshSearchAnalyzersTest.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/tests/Endpoints/SqlQueryEndpointTest.php b/tests/Endpoints/SqlQueryEndpointTest.php index 1a4c033c3..793524db6 100644 --- a/tests/Endpoints/SqlQueryEndpointTest.php +++ b/tests/Endpoints/SqlQueryEndpointTest.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/tests/Endpoints/StatusEndpointTest.php b/tests/Endpoints/StatusEndpointTest.php index 0e5c0d2f3..7d73bb7ba 100644 --- a/tests/Endpoints/StatusEndpointTest.php +++ b/tests/Endpoints/StatusEndpointTest.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/tests/Helper/Iterators/SearchHitIteratorTest.php b/tests/Helper/Iterators/SearchHitIteratorTest.php index 3c68f07c5..080e5d1fa 100644 --- a/tests/Helper/Iterators/SearchHitIteratorTest.php +++ b/tests/Helper/Iterators/SearchHitIteratorTest.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/tests/Helper/Iterators/SearchResponseIteratorTest.php b/tests/Helper/Iterators/SearchResponseIteratorTest.php index 2c9ec8d88..e971278cb 100644 --- a/tests/Helper/Iterators/SearchResponseIteratorTest.php +++ b/tests/Helper/Iterators/SearchResponseIteratorTest.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/tests/RegisteredNamespaceTest.php b/tests/RegisteredNamespaceTest.php index 575780083..117b550fb 100644 --- a/tests/RegisteredNamespaceTest.php +++ b/tests/RegisteredNamespaceTest.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/tests/Serializers/ArrayToJSONSerializerTest.php b/tests/Serializers/ArrayToJSONSerializerTest.php index 5887f491a..1b2b0630b 100644 --- a/tests/Serializers/ArrayToJSONSerializerTest.php +++ b/tests/Serializers/ArrayToJSONSerializerTest.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/tests/Serializers/EverythingToJSONSerializerTest.php b/tests/Serializers/EverythingToJSONSerializerTest.php index e957bbf58..93b7c5d5f 100644 --- a/tests/Serializers/EverythingToJSONSerializerTest.php +++ b/tests/Serializers/EverythingToJSONSerializerTest.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/tests/Serializers/SmartSerializerTest.php b/tests/Serializers/SmartSerializerTest.php index 8ce121e47..9b7696629 100644 --- a/tests/Serializers/SmartSerializerTest.php +++ b/tests/Serializers/SmartSerializerTest.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/tests/TransportTest.php b/tests/TransportTest.php index 61e5b7883..96469261b 100644 --- a/tests/TransportTest.php +++ b/tests/TransportTest.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/tests/Utility.php b/tests/Utility.php index 78a440071..9c3bd7a00 100644 --- a/tests/Utility.php +++ b/tests/Utility.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/tests/bootstrap.php b/tests/bootstrap.php index c4e0b250d..78c896136 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/util/ActionTest.php b/util/ActionTest.php index fad6cd2d3..8284f3112 100644 --- a/util/ActionTest.php +++ b/util/ActionTest.php @@ -7,9 +7,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/util/ClientEndpoint.php b/util/ClientEndpoint.php index e0c3dc72b..14a3920c3 100644 --- a/util/ClientEndpoint.php +++ b/util/ClientEndpoint.php @@ -7,9 +7,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/util/Endpoint.php b/util/Endpoint.php index 37cb1a5cd..d0b7c778d 100644 --- a/util/Endpoint.php +++ b/util/Endpoint.php @@ -7,9 +7,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/util/GenerateDocExamples.php b/util/GenerateDocExamples.php index 3d7b35abc..3125a758d 100644 --- a/util/GenerateDocExamples.php +++ b/util/GenerateDocExamples.php @@ -7,9 +7,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/util/GenerateEndpoints.php b/util/GenerateEndpoints.php index ca2036460..45d6ee908 100644 --- a/util/GenerateEndpoints.php +++ b/util/GenerateEndpoints.php @@ -7,9 +7,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/util/NamespaceEndpoint.php b/util/NamespaceEndpoint.php index 98757a523..c87d3695e 100644 --- a/util/NamespaceEndpoint.php +++ b/util/NamespaceEndpoint.php @@ -7,9 +7,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/util/RestSpecRunner.php b/util/RestSpecRunner.php index a162da36a..39b091e84 100644 --- a/util/RestSpecRunner.php +++ b/util/RestSpecRunner.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/util/YamlTests.php b/util/YamlTests.php index 77d78975a..26ab6bb5c 100644 --- a/util/YamlTests.php +++ b/util/YamlTests.php @@ -7,9 +7,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/util/build_tests.php b/util/build_tests.php index c7716ef6b..d698e407c 100644 --- a/util/build_tests.php +++ b/util/build_tests.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/util/docsConfig.php b/util/docsConfig.php index 3b232ef81..cce8da572 100644 --- a/util/docsConfig.php +++ b/util/docsConfig.php @@ -6,9 +6,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/util/examples_to_parse.php b/util/examples_to_parse.php index dd3781d94..ff8dd2344 100644 --- a/util/examples_to_parse.php +++ b/util/examples_to_parse.php @@ -4,9 +4,9 @@ * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 diff --git a/util/template/client-class b/util/template/client-class index d167d8326..d5dfc1a23 100644 --- a/util/template/client-class +++ b/util/template/client-class @@ -6,9 +6,9 @@ declare(strict_types=1); * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * - * Elasticsearch PHP client + * OpenSearch PHP client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/opensearch-project/opensearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 @@ -31,7 +31,7 @@ use OpenSearch\Namespaces\BooleanRequestWrapper; /** * Class Client * - * NOTE: this file is autogenerated using util/GenerateEndpoints.php + * NOTE: This file is autogenerated using util/GenerateEndpoints.php */ class Client { diff --git a/util/template/endpoint-class b/util/template/endpoint-class index e73b10cee..c80415405 100644 --- a/util/template/endpoint-class +++ b/util/template/endpoint-class @@ -6,6 +6,9 @@ namespace OpenSearch\Endpoints:namespace; :use-namespace use OpenSearch\Endpoints\AbstractEndpoint; +/** + * NOTE: This file is autogenerated using util/GenerateEndpoints.php + */ class :endpoint extends AbstractEndpoint { :properties