diff --git a/src/Elasticsearch/Client.php b/src/Elasticsearch/Client.php index 2ce331d97..ac6d4a4d6 100644 --- a/src/Elasticsearch/Client.php +++ b/src/Elasticsearch/Client.php @@ -19,9 +19,9 @@ * * @category Elasticsearch * @package Elasticsearch - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Client { diff --git a/src/Elasticsearch/ClientBuilder.php b/src/Elasticsearch/ClientBuilder.php index 789bd2172..dbbbbc9f3 100644 --- a/src/Elasticsearch/ClientBuilder.php +++ b/src/Elasticsearch/ClientBuilder.php @@ -27,9 +27,9 @@ * * @category Elasticsearch * @package Elasticsearch\Common\Exceptions - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class ClientBuilder { diff --git a/src/Elasticsearch/Common/EmptyLogger.php b/src/Elasticsearch/Common/EmptyLogger.php index f07ebe032..89ced833d 100644 --- a/src/Elasticsearch/Common/EmptyLogger.php +++ b/src/Elasticsearch/Common/EmptyLogger.php @@ -13,9 +13,9 @@ * * @category Elasticsearch * @package Elasticsearch\Common - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class EmptyLogger extends AbstractLogger implements LoggerInterface { diff --git a/src/Elasticsearch/Common/Exceptions/AlreadyExpiredException.php b/src/Elasticsearch/Common/Exceptions/AlreadyExpiredException.php index 46a78297b..411c70abb 100644 --- a/src/Elasticsearch/Common/Exceptions/AlreadyExpiredException.php +++ b/src/Elasticsearch/Common/Exceptions/AlreadyExpiredException.php @@ -7,9 +7,9 @@ * * @category Elasticsearch * @package Elasticsearch\Common\Exceptions - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class AlreadyExpiredException extends \Exception implements ElasticsearchException { diff --git a/src/Elasticsearch/Common/Exceptions/BadMethodCallException.php b/src/Elasticsearch/Common/Exceptions/BadMethodCallException.php index 74449a0c2..d8dea6c66 100644 --- a/src/Elasticsearch/Common/Exceptions/BadMethodCallException.php +++ b/src/Elasticsearch/Common/Exceptions/BadMethodCallException.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Common\Exceptions - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class BadMethodCallException extends \BadMethodCallException implements ElasticsearchException { diff --git a/src/Elasticsearch/Common/Exceptions/BadRequest400Exception.php b/src/Elasticsearch/Common/Exceptions/BadRequest400Exception.php index 4cd9b8f8f..1c652d78b 100644 --- a/src/Elasticsearch/Common/Exceptions/BadRequest400Exception.php +++ b/src/Elasticsearch/Common/Exceptions/BadRequest400Exception.php @@ -7,9 +7,9 @@ * * @category Elasticsearch * @package Elasticsearch\Common\Exceptions - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class BadRequest400Exception extends \Exception implements ElasticsearchException { diff --git a/src/Elasticsearch/Common/Exceptions/ClientErrorResponseException.php b/src/Elasticsearch/Common/Exceptions/ClientErrorResponseException.php index 7be573867..844bbccaa 100644 --- a/src/Elasticsearch/Common/Exceptions/ClientErrorResponseException.php +++ b/src/Elasticsearch/Common/Exceptions/ClientErrorResponseException.php @@ -7,9 +7,9 @@ * * @category Elasticsearch * @package Elasticsearch\Common\Exceptions - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class ClientErrorResponseException extends TransportException implements ElasticsearchException { diff --git a/src/Elasticsearch/Common/Exceptions/Conflict409Exception.php b/src/Elasticsearch/Common/Exceptions/Conflict409Exception.php index fd464f2c9..d7f10a47a 100644 --- a/src/Elasticsearch/Common/Exceptions/Conflict409Exception.php +++ b/src/Elasticsearch/Common/Exceptions/Conflict409Exception.php @@ -7,9 +7,9 @@ * * @category Elasticsearch * @package Elasticsearch\Common\Exceptions - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Conflict409Exception extends \Exception implements ElasticsearchException { diff --git a/src/Elasticsearch/Common/Exceptions/Curl/CouldNotConnectToHost.php b/src/Elasticsearch/Common/Exceptions/Curl/CouldNotConnectToHost.php index 565ad6b44..b1ccc22c9 100644 --- a/src/Elasticsearch/Common/Exceptions/Curl/CouldNotConnectToHost.php +++ b/src/Elasticsearch/Common/Exceptions/Curl/CouldNotConnectToHost.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Common\Exceptions\Curl - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class CouldNotConnectToHost extends TransportException implements ElasticsearchException { diff --git a/src/Elasticsearch/Common/Exceptions/Curl/CouldNotResolveHostException.php b/src/Elasticsearch/Common/Exceptions/Curl/CouldNotResolveHostException.php index 480db82f7..283afdf9d 100644 --- a/src/Elasticsearch/Common/Exceptions/Curl/CouldNotResolveHostException.php +++ b/src/Elasticsearch/Common/Exceptions/Curl/CouldNotResolveHostException.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Common\Exceptions\Curl - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class CouldNotResolveHostException extends TransportException implements ElasticsearchException { diff --git a/src/Elasticsearch/Common/Exceptions/Curl/OperationTimeoutException.php b/src/Elasticsearch/Common/Exceptions/Curl/OperationTimeoutException.php index 2e64c1acb..12c1722f1 100644 --- a/src/Elasticsearch/Common/Exceptions/Curl/OperationTimeoutException.php +++ b/src/Elasticsearch/Common/Exceptions/Curl/OperationTimeoutException.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Common\Exceptions\Curl - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class OperationTimeoutException extends TransportException implements ElasticsearchException { diff --git a/src/Elasticsearch/Common/Exceptions/ElasticsearchException.php b/src/Elasticsearch/Common/Exceptions/ElasticsearchException.php index b45a9598f..a5cab88c5 100644 --- a/src/Elasticsearch/Common/Exceptions/ElasticsearchException.php +++ b/src/Elasticsearch/Common/Exceptions/ElasticsearchException.php @@ -7,9 +7,9 @@ * * @category Elasticsearch * @package Elasticsearch\Common\Exceptions - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ interface ElasticsearchException { diff --git a/src/Elasticsearch/Common/Exceptions/Forbidden403Exception.php b/src/Elasticsearch/Common/Exceptions/Forbidden403Exception.php index 6da7cce21..2b84c64bc 100644 --- a/src/Elasticsearch/Common/Exceptions/Forbidden403Exception.php +++ b/src/Elasticsearch/Common/Exceptions/Forbidden403Exception.php @@ -7,9 +7,9 @@ * * @category Elasticsearch * @package Elasticsearch\Common\Exceptions - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Forbidden403Exception extends \Exception implements ElasticsearchException { diff --git a/src/Elasticsearch/Common/Exceptions/InvalidArgumentException.php b/src/Elasticsearch/Common/Exceptions/InvalidArgumentException.php index 46bda356a..65e932baf 100644 --- a/src/Elasticsearch/Common/Exceptions/InvalidArgumentException.php +++ b/src/Elasticsearch/Common/Exceptions/InvalidArgumentException.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Common\Exceptions - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class InvalidArgumentException extends \InvalidArgumentException implements ElasticsearchException { diff --git a/src/Elasticsearch/Common/Exceptions/MaxRetriesException.php b/src/Elasticsearch/Common/Exceptions/MaxRetriesException.php index 1a6fb02cc..15b28337d 100644 --- a/src/Elasticsearch/Common/Exceptions/MaxRetriesException.php +++ b/src/Elasticsearch/Common/Exceptions/MaxRetriesException.php @@ -7,9 +7,9 @@ * * @category Elasticsearch * @package Elasticsearch\Common\Exceptions - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class MaxRetriesException extends TransportException implements ElasticsearchException { diff --git a/src/Elasticsearch/Common/Exceptions/Missing404Exception.php b/src/Elasticsearch/Common/Exceptions/Missing404Exception.php index 990109607..76bc87a8d 100644 --- a/src/Elasticsearch/Common/Exceptions/Missing404Exception.php +++ b/src/Elasticsearch/Common/Exceptions/Missing404Exception.php @@ -7,9 +7,9 @@ * * @category Elasticsearch * @package Elasticsearch\Common\Exceptions - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Missing404Exception extends \Exception implements ElasticsearchException { diff --git a/src/Elasticsearch/Common/Exceptions/NoDocumentsToGetException.php b/src/Elasticsearch/Common/Exceptions/NoDocumentsToGetException.php index f212a7ab5..75beb9f59 100644 --- a/src/Elasticsearch/Common/Exceptions/NoDocumentsToGetException.php +++ b/src/Elasticsearch/Common/Exceptions/NoDocumentsToGetException.php @@ -7,9 +7,9 @@ * * @category Elasticsearch * @package Elasticsearch\Common\Exceptions - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class NoDocumentsToGetException extends ServerErrorResponseException implements ElasticsearchException { diff --git a/src/Elasticsearch/Common/Exceptions/NoNodesAvailableException.php b/src/Elasticsearch/Common/Exceptions/NoNodesAvailableException.php index c2fae4781..63a179327 100644 --- a/src/Elasticsearch/Common/Exceptions/NoNodesAvailableException.php +++ b/src/Elasticsearch/Common/Exceptions/NoNodesAvailableException.php @@ -7,9 +7,9 @@ * * @category Elasticsearch * @package Elasticsearch\Common\Exceptions - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class NoNodesAvailableException extends \Exception implements ElasticsearchException { diff --git a/src/Elasticsearch/Common/Exceptions/NoShardAvailableException.php b/src/Elasticsearch/Common/Exceptions/NoShardAvailableException.php index 265573705..71b9a4ade 100644 --- a/src/Elasticsearch/Common/Exceptions/NoShardAvailableException.php +++ b/src/Elasticsearch/Common/Exceptions/NoShardAvailableException.php @@ -7,9 +7,9 @@ * * @category Elasticsearch * @package Elasticsearch\Common\Exceptions - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class NoShardAvailableException extends ServerErrorResponseException implements ElasticsearchException { diff --git a/src/Elasticsearch/Common/Exceptions/RequestTimeout408Exception.php b/src/Elasticsearch/Common/Exceptions/RequestTimeout408Exception.php index e3f0a83f2..8b668a88d 100644 --- a/src/Elasticsearch/Common/Exceptions/RequestTimeout408Exception.php +++ b/src/Elasticsearch/Common/Exceptions/RequestTimeout408Exception.php @@ -7,9 +7,9 @@ * * @category Elasticsearch * @package Elasticsearch\Common\Exceptions - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class RequestTimeout408Exception extends BadRequest400Exception implements ElasticsearchException { diff --git a/src/Elasticsearch/Common/Exceptions/RoutingMissingException.php b/src/Elasticsearch/Common/Exceptions/RoutingMissingException.php index 5f1148b04..efa3cbd90 100644 --- a/src/Elasticsearch/Common/Exceptions/RoutingMissingException.php +++ b/src/Elasticsearch/Common/Exceptions/RoutingMissingException.php @@ -8,9 +8,9 @@ * * @category Elasticsearch * @package Elasticsearch\Common\Exceptions - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class RoutingMissingException extends ServerErrorResponseException implements ElasticsearchException { diff --git a/src/Elasticsearch/Common/Exceptions/RuntimeException.php b/src/Elasticsearch/Common/Exceptions/RuntimeException.php index 097ff7700..2fc381a5f 100644 --- a/src/Elasticsearch/Common/Exceptions/RuntimeException.php +++ b/src/Elasticsearch/Common/Exceptions/RuntimeException.php @@ -7,9 +7,9 @@ * * @category Elasticsearch * @package Elasticsearch\Common\Exceptions - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class RuntimeException extends \RuntimeException implements ElasticsearchException { diff --git a/src/Elasticsearch/Common/Exceptions/ScriptLangNotSupportedException.php b/src/Elasticsearch/Common/Exceptions/ScriptLangNotSupportedException.php index 39bd9a516..255c3a55a 100644 --- a/src/Elasticsearch/Common/Exceptions/ScriptLangNotSupportedException.php +++ b/src/Elasticsearch/Common/Exceptions/ScriptLangNotSupportedException.php @@ -7,9 +7,9 @@ * * @category Elasticsearch * @package Elasticsearch\Common\Exceptions - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class ScriptLangNotSupportedException extends BadRequest400Exception implements ElasticsearchException { diff --git a/src/Elasticsearch/Common/Exceptions/Serializer/JsonErrorException.php b/src/Elasticsearch/Common/Exceptions/Serializer/JsonErrorException.php index 4eeb60c18..0ad0a295d 100644 --- a/src/Elasticsearch/Common/Exceptions/Serializer/JsonErrorException.php +++ b/src/Elasticsearch/Common/Exceptions/Serializer/JsonErrorException.php @@ -11,7 +11,7 @@ * @package Elasticsearch\Common\Exceptions\Curl * @author Bez Hermoso * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class JsonErrorException extends \Exception implements ElasticsearchException { diff --git a/src/Elasticsearch/Common/Exceptions/ServerErrorResponseException.php b/src/Elasticsearch/Common/Exceptions/ServerErrorResponseException.php index 09cc1e232..9841254e1 100644 --- a/src/Elasticsearch/Common/Exceptions/ServerErrorResponseException.php +++ b/src/Elasticsearch/Common/Exceptions/ServerErrorResponseException.php @@ -7,9 +7,9 @@ * * @category Elasticsearch * @package Elasticsearch\Common\Exceptions - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class ServerErrorResponseException extends TransportException implements ElasticsearchException { diff --git a/src/Elasticsearch/Common/Exceptions/TransportException.php b/src/Elasticsearch/Common/Exceptions/TransportException.php index 499dd73fb..6dce5b482 100644 --- a/src/Elasticsearch/Common/Exceptions/TransportException.php +++ b/src/Elasticsearch/Common/Exceptions/TransportException.php @@ -7,9 +7,9 @@ * * @category Elasticsearch * @package Elasticsearch\Common\Exceptions - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class TransportException extends \Exception implements ElasticsearchException { diff --git a/src/Elasticsearch/Common/Exceptions/UnexpectedValueException.php b/src/Elasticsearch/Common/Exceptions/UnexpectedValueException.php index dfa02a07a..2a63e8088 100644 --- a/src/Elasticsearch/Common/Exceptions/UnexpectedValueException.php +++ b/src/Elasticsearch/Common/Exceptions/UnexpectedValueException.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Common\Exceptions - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class UnexpectedValueException extends \UnexpectedValueException implements ElasticsearchException { diff --git a/src/Elasticsearch/ConnectionPool/AbstractConnectionPool.php b/src/Elasticsearch/ConnectionPool/AbstractConnectionPool.php index 9aef0615d..e191a4037 100644 --- a/src/Elasticsearch/ConnectionPool/AbstractConnectionPool.php +++ b/src/Elasticsearch/ConnectionPool/AbstractConnectionPool.php @@ -12,9 +12,9 @@ * * @category Elasticsearch * @package Elasticsearch\ConnectionPool - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ abstract class AbstractConnectionPool implements ConnectionPoolInterface { diff --git a/src/Elasticsearch/ConnectionPool/ConnectionPoolInterface.php b/src/Elasticsearch/ConnectionPool/ConnectionPoolInterface.php index 2f6494c85..d10fc3542 100644 --- a/src/Elasticsearch/ConnectionPool/ConnectionPoolInterface.php +++ b/src/Elasticsearch/ConnectionPool/ConnectionPoolInterface.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\ConnectionPool - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ interface ConnectionPoolInterface { diff --git a/src/Elasticsearch/ConnectionPool/Selectors/RandomSelector.php b/src/Elasticsearch/ConnectionPool/Selectors/RandomSelector.php index 0cfe346ff..b544292e3 100644 --- a/src/Elasticsearch/ConnectionPool/Selectors/RandomSelector.php +++ b/src/Elasticsearch/ConnectionPool/Selectors/RandomSelector.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Connections\Selectors\RandomSelector - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class RandomSelector implements SelectorInterface { diff --git a/src/Elasticsearch/ConnectionPool/Selectors/RoundRobinSelector.php b/src/Elasticsearch/ConnectionPool/Selectors/RoundRobinSelector.php index 3587db50c..e8b978454 100644 --- a/src/Elasticsearch/ConnectionPool/Selectors/RoundRobinSelector.php +++ b/src/Elasticsearch/ConnectionPool/Selectors/RoundRobinSelector.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\ConnectionPool\Selectors\ConnectionPool - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class RoundRobinSelector implements SelectorInterface { diff --git a/src/Elasticsearch/ConnectionPool/Selectors/SelectorInterface.php b/src/Elasticsearch/ConnectionPool/Selectors/SelectorInterface.php index 40b223845..72dfd195b 100644 --- a/src/Elasticsearch/ConnectionPool/Selectors/SelectorInterface.php +++ b/src/Elasticsearch/ConnectionPool/Selectors/SelectorInterface.php @@ -7,9 +7,9 @@ * * @category Elasticsearch * @package Elasticsearch\Connections\Selectors - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ interface SelectorInterface { diff --git a/src/Elasticsearch/ConnectionPool/Selectors/StickyRoundRobinSelector.php b/src/Elasticsearch/ConnectionPool/Selectors/StickyRoundRobinSelector.php index 952340210..f44a68ca4 100644 --- a/src/Elasticsearch/ConnectionPool/Selectors/StickyRoundRobinSelector.php +++ b/src/Elasticsearch/ConnectionPool/Selectors/StickyRoundRobinSelector.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\ConnectionPool\Selectors\ConnectionPool - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class StickyRoundRobinSelector implements SelectorInterface { diff --git a/src/Elasticsearch/Connections/Connection.php b/src/Elasticsearch/Connections/Connection.php index 449eceb5e..ac7e113a5 100644 --- a/src/Elasticsearch/Connections/Connection.php +++ b/src/Elasticsearch/Connections/Connection.php @@ -30,9 +30,9 @@ * * @category Elasticsearch * @package Elasticsearch\Connections - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Connection implements ConnectionInterface { diff --git a/src/Elasticsearch/Connections/ConnectionFactory.php b/src/Elasticsearch/Connections/ConnectionFactory.php index 7cb428c2a..553307797 100644 --- a/src/Elasticsearch/Connections/ConnectionFactory.php +++ b/src/Elasticsearch/Connections/ConnectionFactory.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Connections - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class ConnectionFactory implements ConnectionFactoryInterface { diff --git a/src/Elasticsearch/Connections/ConnectionFactoryInterface.php b/src/Elasticsearch/Connections/ConnectionFactoryInterface.php index 0665f44ce..242a32105 100644 --- a/src/Elasticsearch/Connections/ConnectionFactoryInterface.php +++ b/src/Elasticsearch/Connections/ConnectionFactoryInterface.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Connections - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ interface ConnectionFactoryInterface { diff --git a/src/Elasticsearch/Connections/ConnectionInterface.php b/src/Elasticsearch/Connections/ConnectionInterface.php index e8130d943..7e6038584 100644 --- a/src/Elasticsearch/Connections/ConnectionInterface.php +++ b/src/Elasticsearch/Connections/ConnectionInterface.php @@ -11,9 +11,9 @@ * * @category Elasticsearch * @package Elasticsearch\Connections - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ interface ConnectionInterface { diff --git a/src/Elasticsearch/Endpoints/AbstractEndpoint.php b/src/Elasticsearch/Endpoints/AbstractEndpoint.php index 55feaebbb..7cc902650 100644 --- a/src/Elasticsearch/Endpoints/AbstractEndpoint.php +++ b/src/Elasticsearch/Endpoints/AbstractEndpoint.php @@ -12,9 +12,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ abstract class AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Bulk.php b/src/Elasticsearch/Endpoints/Bulk.php index 0b4562fce..95963471f 100644 --- a/src/Elasticsearch/Endpoints/Bulk.php +++ b/src/Elasticsearch/Endpoints/Bulk.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Bulk extends AbstractEndpoint implements BulkEndpointInterface { diff --git a/src/Elasticsearch/Endpoints/BulkEndpointInterface.php b/src/Elasticsearch/Endpoints/BulkEndpointInterface.php index 7009fa831..72fd3e88e 100644 --- a/src/Elasticsearch/Endpoints/BulkEndpointInterface.php +++ b/src/Elasticsearch/Endpoints/BulkEndpointInterface.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ interface BulkEndpointInterface { diff --git a/src/Elasticsearch/Endpoints/Cat/Aliases.php b/src/Elasticsearch/Endpoints/Cat/Aliases.php index a41102ca8..9f5e47738 100644 --- a/src/Elasticsearch/Endpoints/Cat/Aliases.php +++ b/src/Elasticsearch/Endpoints/Cat/Aliases.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Cat - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Aliases extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Allocation.php b/src/Elasticsearch/Endpoints/Cat/Allocation.php index 84144edaa..eb3f38ab4 100644 --- a/src/Elasticsearch/Endpoints/Cat/Allocation.php +++ b/src/Elasticsearch/Endpoints/Cat/Allocation.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Cat - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Allocation extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Count.php b/src/Elasticsearch/Endpoints/Cat/Count.php index 95bfb19c5..93d6a7582 100644 --- a/src/Elasticsearch/Endpoints/Cat/Count.php +++ b/src/Elasticsearch/Endpoints/Cat/Count.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Cat - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Count extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Fielddata.php b/src/Elasticsearch/Endpoints/Cat/Fielddata.php index d597ce6b7..81b57a245 100644 --- a/src/Elasticsearch/Endpoints/Cat/Fielddata.php +++ b/src/Elasticsearch/Endpoints/Cat/Fielddata.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Cat - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Fielddata extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Health.php b/src/Elasticsearch/Endpoints/Cat/Health.php index 6eb116516..7eaf8ebfc 100644 --- a/src/Elasticsearch/Endpoints/Cat/Health.php +++ b/src/Elasticsearch/Endpoints/Cat/Health.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Cat - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Health extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Help.php b/src/Elasticsearch/Endpoints/Cat/Help.php index d69f90863..56cf26d35 100644 --- a/src/Elasticsearch/Endpoints/Cat/Help.php +++ b/src/Elasticsearch/Endpoints/Cat/Help.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Cat - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Help extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Indices.php b/src/Elasticsearch/Endpoints/Cat/Indices.php index 0762d44c0..ac88d1e97 100644 --- a/src/Elasticsearch/Endpoints/Cat/Indices.php +++ b/src/Elasticsearch/Endpoints/Cat/Indices.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Cat - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Indices extends AbstractEndpoint diff --git a/src/Elasticsearch/Endpoints/Cat/Master.php b/src/Elasticsearch/Endpoints/Cat/Master.php index 00eff2b6d..ff9cb4d25 100644 --- a/src/Elasticsearch/Endpoints/Cat/Master.php +++ b/src/Elasticsearch/Endpoints/Cat/Master.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Cat - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Master extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/NodeAttrs.php b/src/Elasticsearch/Endpoints/Cat/NodeAttrs.php index 23c818fc6..72151b411 100644 --- a/src/Elasticsearch/Endpoints/Cat/NodeAttrs.php +++ b/src/Elasticsearch/Endpoints/Cat/NodeAttrs.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Cat - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class NodeAttrs extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Nodes.php b/src/Elasticsearch/Endpoints/Cat/Nodes.php index 816b9b176..8ba7b5fa8 100644 --- a/src/Elasticsearch/Endpoints/Cat/Nodes.php +++ b/src/Elasticsearch/Endpoints/Cat/Nodes.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Cat - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Nodes extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/PendingTasks.php b/src/Elasticsearch/Endpoints/Cat/PendingTasks.php index 4598781e5..11550bf74 100644 --- a/src/Elasticsearch/Endpoints/Cat/PendingTasks.php +++ b/src/Elasticsearch/Endpoints/Cat/PendingTasks.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Cat - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class PendingTasks extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Plugins.php b/src/Elasticsearch/Endpoints/Cat/Plugins.php index 94a648595..f7ac27958 100644 --- a/src/Elasticsearch/Endpoints/Cat/Plugins.php +++ b/src/Elasticsearch/Endpoints/Cat/Plugins.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Cat - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Plugins extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Recovery.php b/src/Elasticsearch/Endpoints/Cat/Recovery.php index 11a34a550..8c2faf40f 100644 --- a/src/Elasticsearch/Endpoints/Cat/Recovery.php +++ b/src/Elasticsearch/Endpoints/Cat/Recovery.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Cat - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Recovery extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Repositories.php b/src/Elasticsearch/Endpoints/Cat/Repositories.php index 0325fe320..484b29b86 100644 --- a/src/Elasticsearch/Endpoints/Cat/Repositories.php +++ b/src/Elasticsearch/Endpoints/Cat/Repositories.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Cat - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Repositories extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Segments.php b/src/Elasticsearch/Endpoints/Cat/Segments.php index 5d2773976..89648bbfd 100644 --- a/src/Elasticsearch/Endpoints/Cat/Segments.php +++ b/src/Elasticsearch/Endpoints/Cat/Segments.php @@ -15,9 +15,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Cat - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Segments extends AbstractEndpoint diff --git a/src/Elasticsearch/Endpoints/Cat/Shards.php b/src/Elasticsearch/Endpoints/Cat/Shards.php index e51c215bd..94a10296e 100644 --- a/src/Elasticsearch/Endpoints/Cat/Shards.php +++ b/src/Elasticsearch/Endpoints/Cat/Shards.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Cat - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Shards extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Snapshots.php b/src/Elasticsearch/Endpoints/Cat/Snapshots.php index 4f3148b82..8a6127eb2 100644 --- a/src/Elasticsearch/Endpoints/Cat/Snapshots.php +++ b/src/Elasticsearch/Endpoints/Cat/Snapshots.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Cat - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Snapshots extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Tasks.php b/src/Elasticsearch/Endpoints/Cat/Tasks.php index bb4290346..785334e07 100644 --- a/src/Elasticsearch/Endpoints/Cat/Tasks.php +++ b/src/Elasticsearch/Endpoints/Cat/Tasks.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Cat - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Tasks extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/ThreadPool.php b/src/Elasticsearch/Endpoints/Cat/ThreadPool.php index 4128c60e0..0507960d2 100644 --- a/src/Elasticsearch/Endpoints/Cat/ThreadPool.php +++ b/src/Elasticsearch/Endpoints/Cat/ThreadPool.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Cat - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class ThreadPool extends AbstractEndpoint diff --git a/src/Elasticsearch/Endpoints/ClearScroll.php b/src/Elasticsearch/Endpoints/ClearScroll.php index 44829612f..38256d3cf 100644 --- a/src/Elasticsearch/Endpoints/ClearScroll.php +++ b/src/Elasticsearch/Endpoints/ClearScroll.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class ClearScroll extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cluster/AllocationExplain.php b/src/Elasticsearch/Endpoints/Cluster/AllocationExplain.php index 007011bac..de25780e7 100644 --- a/src/Elasticsearch/Endpoints/Cluster/AllocationExplain.php +++ b/src/Elasticsearch/Endpoints/Cluster/AllocationExplain.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Cluster - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class AllocationExplain extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cluster/Health.php b/src/Elasticsearch/Endpoints/Cluster/Health.php index 15035f6ae..7f4cc7589 100644 --- a/src/Elasticsearch/Endpoints/Cluster/Health.php +++ b/src/Elasticsearch/Endpoints/Cluster/Health.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Cluster - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Health extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cluster/Nodes/AbstractNodesEndpoint.php b/src/Elasticsearch/Endpoints/Cluster/Nodes/AbstractNodesEndpoint.php index 902784519..3b817b1a3 100644 --- a/src/Elasticsearch/Endpoints/Cluster/Nodes/AbstractNodesEndpoint.php +++ b/src/Elasticsearch/Endpoints/Cluster/Nodes/AbstractNodesEndpoint.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Cluster\Nodes - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ abstract class AbstractNodesEndpoint extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cluster/Nodes/HotThreads.php b/src/Elasticsearch/Endpoints/Cluster/Nodes/HotThreads.php index 602ef989c..4ed71649d 100644 --- a/src/Elasticsearch/Endpoints/Cluster/Nodes/HotThreads.php +++ b/src/Elasticsearch/Endpoints/Cluster/Nodes/HotThreads.php @@ -7,9 +7,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Cluster\Nodes - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class HotThreads extends AbstractNodesEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cluster/Nodes/Info.php b/src/Elasticsearch/Endpoints/Cluster/Nodes/Info.php index b78b0222d..07001410e 100644 --- a/src/Elasticsearch/Endpoints/Cluster/Nodes/Info.php +++ b/src/Elasticsearch/Endpoints/Cluster/Nodes/Info.php @@ -7,9 +7,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Cluster\Nodes - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Info extends AbstractNodesEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cluster/Nodes/Shutdown.php b/src/Elasticsearch/Endpoints/Cluster/Nodes/Shutdown.php index 7860269ae..dea6da108 100644 --- a/src/Elasticsearch/Endpoints/Cluster/Nodes/Shutdown.php +++ b/src/Elasticsearch/Endpoints/Cluster/Nodes/Shutdown.php @@ -7,9 +7,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Cluster\Nodes - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Shutdown extends AbstractNodesEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cluster/Nodes/Stats.php b/src/Elasticsearch/Endpoints/Cluster/Nodes/Stats.php index 17b0c89d9..257672afe 100644 --- a/src/Elasticsearch/Endpoints/Cluster/Nodes/Stats.php +++ b/src/Elasticsearch/Endpoints/Cluster/Nodes/Stats.php @@ -7,9 +7,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Cluster\Nodes - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Stats extends AbstractNodesEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cluster/PendingTasks.php b/src/Elasticsearch/Endpoints/Cluster/PendingTasks.php index 4c74b8832..6c51ff7b2 100644 --- a/src/Elasticsearch/Endpoints/Cluster/PendingTasks.php +++ b/src/Elasticsearch/Endpoints/Cluster/PendingTasks.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Cluster - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class PendingTasks extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cluster/Reroute.php b/src/Elasticsearch/Endpoints/Cluster/Reroute.php index 280ee6b97..1e2f55063 100644 --- a/src/Elasticsearch/Endpoints/Cluster/Reroute.php +++ b/src/Elasticsearch/Endpoints/Cluster/Reroute.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Cluster - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Reroute extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cluster/Settings/Get.php b/src/Elasticsearch/Endpoints/Cluster/Settings/Get.php index 579df4dd2..57a47f9ac 100644 --- a/src/Elasticsearch/Endpoints/Cluster/Settings/Get.php +++ b/src/Elasticsearch/Endpoints/Cluster/Settings/Get.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Cluster\Settings - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Get extends AbstractEndpoint diff --git a/src/Elasticsearch/Endpoints/Cluster/Settings/Put.php b/src/Elasticsearch/Endpoints/Cluster/Settings/Put.php index 3385efb9a..c0e831e91 100644 --- a/src/Elasticsearch/Endpoints/Cluster/Settings/Put.php +++ b/src/Elasticsearch/Endpoints/Cluster/Settings/Put.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Cluster\Settings - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Put extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cluster/State.php b/src/Elasticsearch/Endpoints/Cluster/State.php index 89b68396f..343567281 100644 --- a/src/Elasticsearch/Endpoints/Cluster/State.php +++ b/src/Elasticsearch/Endpoints/Cluster/State.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Cluster - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class State extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cluster/Stats.php b/src/Elasticsearch/Endpoints/Cluster/Stats.php index 18aafe6c2..4eb540a5b 100644 --- a/src/Elasticsearch/Endpoints/Cluster/Stats.php +++ b/src/Elasticsearch/Endpoints/Cluster/Stats.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Cluster - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Stats extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Count.php b/src/Elasticsearch/Endpoints/Count.php index f3182b585..cf7c331c6 100644 --- a/src/Elasticsearch/Endpoints/Count.php +++ b/src/Elasticsearch/Endpoints/Count.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Count extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/CountPercolate.php b/src/Elasticsearch/Endpoints/CountPercolate.php index 52ca523fa..6564f73a4 100644 --- a/src/Elasticsearch/Endpoints/CountPercolate.php +++ b/src/Elasticsearch/Endpoints/CountPercolate.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class CountPercolate extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Delete.php b/src/Elasticsearch/Endpoints/Delete.php index 074af2913..ab6d838f0 100644 --- a/src/Elasticsearch/Endpoints/Delete.php +++ b/src/Elasticsearch/Endpoints/Delete.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Delete extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/DeleteByQuery.php b/src/Elasticsearch/Endpoints/DeleteByQuery.php index a681839f8..20d86d719 100644 --- a/src/Elasticsearch/Endpoints/DeleteByQuery.php +++ b/src/Elasticsearch/Endpoints/DeleteByQuery.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class DeleteByQuery extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Exists.php b/src/Elasticsearch/Endpoints/Exists.php index 6c6020da7..38a5c0f34 100644 --- a/src/Elasticsearch/Endpoints/Exists.php +++ b/src/Elasticsearch/Endpoints/Exists.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Exists extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Explain.php b/src/Elasticsearch/Endpoints/Explain.php index c36c01ab8..242bd5d9d 100644 --- a/src/Elasticsearch/Endpoints/Explain.php +++ b/src/Elasticsearch/Endpoints/Explain.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Explain extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/FieldStats.php b/src/Elasticsearch/Endpoints/FieldStats.php index a93142558..e44761b26 100644 --- a/src/Elasticsearch/Endpoints/FieldStats.php +++ b/src/Elasticsearch/Endpoints/FieldStats.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class FieldStats extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Get.php b/src/Elasticsearch/Endpoints/Get.php index e00a02abb..aed9fcb9b 100644 --- a/src/Elasticsearch/Endpoints/Get.php +++ b/src/Elasticsearch/Endpoints/Get.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Get extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Index.php b/src/Elasticsearch/Endpoints/Index.php index 40c03224d..2585706d3 100644 --- a/src/Elasticsearch/Endpoints/Index.php +++ b/src/Elasticsearch/Endpoints/Index.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Index extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Alias/AbstractAliasEndpoint.php b/src/Elasticsearch/Endpoints/Indices/Alias/AbstractAliasEndpoint.php index 55a6267bc..c3ebf8485 100644 --- a/src/Elasticsearch/Endpoints/Indices/Alias/AbstractAliasEndpoint.php +++ b/src/Elasticsearch/Endpoints/Indices/Alias/AbstractAliasEndpoint.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices\Alias - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ abstract class AbstractAliasEndpoint extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Alias/Delete.php b/src/Elasticsearch/Endpoints/Indices/Alias/Delete.php index b73594c03..0c5d1b1a1 100644 --- a/src/Elasticsearch/Endpoints/Indices/Alias/Delete.php +++ b/src/Elasticsearch/Endpoints/Indices/Alias/Delete.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices\Alias - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Delete extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Alias/Exists.php b/src/Elasticsearch/Endpoints/Indices/Alias/Exists.php index 86a3cd304..159b5f2f7 100644 --- a/src/Elasticsearch/Endpoints/Indices/Alias/Exists.php +++ b/src/Elasticsearch/Endpoints/Indices/Alias/Exists.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices\Alias - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Exists extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Alias/Get.php b/src/Elasticsearch/Endpoints/Indices/Alias/Get.php index 2983a99a5..5bd483aef 100644 --- a/src/Elasticsearch/Endpoints/Indices/Alias/Get.php +++ b/src/Elasticsearch/Endpoints/Indices/Alias/Get.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices\Alias - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Get extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Alias/Put.php b/src/Elasticsearch/Endpoints/Indices/Alias/Put.php index 861692879..ed50814d7 100644 --- a/src/Elasticsearch/Endpoints/Indices/Alias/Put.php +++ b/src/Elasticsearch/Endpoints/Indices/Alias/Put.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices\Alias - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Put extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Aliases/Get.php b/src/Elasticsearch/Endpoints/Indices/Aliases/Get.php index b646b198a..eef365b26 100644 --- a/src/Elasticsearch/Endpoints/Indices/Aliases/Get.php +++ b/src/Elasticsearch/Endpoints/Indices/Aliases/Get.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices\Aliases - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Get extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Aliases/Update.php b/src/Elasticsearch/Endpoints/Indices/Aliases/Update.php index 8e44ecaf7..9a38e5de6 100644 --- a/src/Elasticsearch/Endpoints/Indices/Aliases/Update.php +++ b/src/Elasticsearch/Endpoints/Indices/Aliases/Update.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices\Aliases - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Update extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Analyze.php b/src/Elasticsearch/Endpoints/Indices/Analyze.php index f156ee6a5..be55fb5a4 100644 --- a/src/Elasticsearch/Endpoints/Indices/Analyze.php +++ b/src/Elasticsearch/Endpoints/Indices/Analyze.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Analyze extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Cache/Clear.php b/src/Elasticsearch/Endpoints/Indices/Cache/Clear.php index c4ac25ef6..b544dee7e 100644 --- a/src/Elasticsearch/Endpoints/Indices/Cache/Clear.php +++ b/src/Elasticsearch/Endpoints/Indices/Cache/Clear.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices\Cache - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Clear extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/ClearCache.php b/src/Elasticsearch/Endpoints/Indices/ClearCache.php index a4b3dbb67..9e43148d6 100644 --- a/src/Elasticsearch/Endpoints/Indices/ClearCache.php +++ b/src/Elasticsearch/Endpoints/Indices/ClearCache.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class ClearCache extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Close.php b/src/Elasticsearch/Endpoints/Indices/Close.php index aa1a0696a..f84f89e8b 100644 --- a/src/Elasticsearch/Endpoints/Indices/Close.php +++ b/src/Elasticsearch/Endpoints/Indices/Close.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Close extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Create.php b/src/Elasticsearch/Endpoints/Indices/Create.php index c6dd334ea..5cffa191c 100644 --- a/src/Elasticsearch/Endpoints/Indices/Create.php +++ b/src/Elasticsearch/Endpoints/Indices/Create.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Create extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Delete.php b/src/Elasticsearch/Endpoints/Indices/Delete.php index bb6b3f99a..4b1cb71ce 100644 --- a/src/Elasticsearch/Endpoints/Indices/Delete.php +++ b/src/Elasticsearch/Endpoints/Indices/Delete.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Delete extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Exists.php b/src/Elasticsearch/Endpoints/Indices/Exists.php index 14106157f..87cd0f1ef 100644 --- a/src/Elasticsearch/Endpoints/Indices/Exists.php +++ b/src/Elasticsearch/Endpoints/Indices/Exists.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Exists extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Exists/Types.php b/src/Elasticsearch/Endpoints/Indices/Exists/Types.php index f23b88e79..37869e099 100644 --- a/src/Elasticsearch/Endpoints/Indices/Exists/Types.php +++ b/src/Elasticsearch/Endpoints/Indices/Exists/Types.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices\Exists - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Types extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Field/Get.php b/src/Elasticsearch/Endpoints/Indices/Field/Get.php index 06c001308..ab0785efc 100644 --- a/src/Elasticsearch/Endpoints/Indices/Field/Get.php +++ b/src/Elasticsearch/Endpoints/Indices/Field/Get.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices\Field - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Get extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Flush.php b/src/Elasticsearch/Endpoints/Indices/Flush.php index 1f33cd205..55a3eb279 100644 --- a/src/Elasticsearch/Endpoints/Indices/Flush.php +++ b/src/Elasticsearch/Endpoints/Indices/Flush.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Flush extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/ForceMerge.php b/src/Elasticsearch/Endpoints/Indices/ForceMerge.php index 1b1ec46a0..b75b80a83 100644 --- a/src/Elasticsearch/Endpoints/Indices/ForceMerge.php +++ b/src/Elasticsearch/Endpoints/Indices/ForceMerge.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class ForceMerge extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Gateway/Snapshot.php b/src/Elasticsearch/Endpoints/Indices/Gateway/Snapshot.php index e53e62164..bcd8c019e 100644 --- a/src/Elasticsearch/Endpoints/Indices/Gateway/Snapshot.php +++ b/src/Elasticsearch/Endpoints/Indices/Gateway/Snapshot.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices\Gateway - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Snapshot extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Get.php b/src/Elasticsearch/Endpoints/Indices/Get.php index 70796d732..b2779860a 100644 --- a/src/Elasticsearch/Endpoints/Indices/Get.php +++ b/src/Elasticsearch/Endpoints/Indices/Get.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Get - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Get extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Mapping/Delete.php b/src/Elasticsearch/Endpoints/Indices/Mapping/Delete.php index 1a037d3b2..abaf142f1 100644 --- a/src/Elasticsearch/Endpoints/Indices/Mapping/Delete.php +++ b/src/Elasticsearch/Endpoints/Indices/Mapping/Delete.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices\Mapping - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Delete extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Mapping/Get.php b/src/Elasticsearch/Endpoints/Indices/Mapping/Get.php index 0492bdee0..b2fa1facc 100644 --- a/src/Elasticsearch/Endpoints/Indices/Mapping/Get.php +++ b/src/Elasticsearch/Endpoints/Indices/Mapping/Get.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices\Mapping - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Get extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Mapping/GetField.php b/src/Elasticsearch/Endpoints/Indices/Mapping/GetField.php index e3db12415..689384a00 100644 --- a/src/Elasticsearch/Endpoints/Indices/Mapping/GetField.php +++ b/src/Elasticsearch/Endpoints/Indices/Mapping/GetField.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices\Mapping - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class GetField extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Mapping/Put.php b/src/Elasticsearch/Endpoints/Indices/Mapping/Put.php index 2b06785bc..cf827b757 100644 --- a/src/Elasticsearch/Endpoints/Indices/Mapping/Put.php +++ b/src/Elasticsearch/Endpoints/Indices/Mapping/Put.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices\Mapping - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Put extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Open.php b/src/Elasticsearch/Endpoints/Indices/Open.php index 8f8ab7b64..6becfc354 100644 --- a/src/Elasticsearch/Endpoints/Indices/Open.php +++ b/src/Elasticsearch/Endpoints/Indices/Open.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Open extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Recovery.php b/src/Elasticsearch/Endpoints/Indices/Recovery.php index abffeffe3..865b6af1b 100644 --- a/src/Elasticsearch/Endpoints/Indices/Recovery.php +++ b/src/Elasticsearch/Endpoints/Indices/Recovery.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Recovery extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Refresh.php b/src/Elasticsearch/Endpoints/Indices/Refresh.php index c9376c02e..187cf51dc 100644 --- a/src/Elasticsearch/Endpoints/Indices/Refresh.php +++ b/src/Elasticsearch/Endpoints/Indices/Refresh.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Refresh extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Seal.php b/src/Elasticsearch/Endpoints/Indices/Seal.php index a8469e1c1..5983c5b02 100644 --- a/src/Elasticsearch/Endpoints/Indices/Seal.php +++ b/src/Elasticsearch/Endpoints/Indices/Seal.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Seal extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Segments.php b/src/Elasticsearch/Endpoints/Indices/Segments.php index 8e7586ff1..9fa40c5c6 100644 --- a/src/Elasticsearch/Endpoints/Indices/Segments.php +++ b/src/Elasticsearch/Endpoints/Indices/Segments.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Segments extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Settings/Get.php b/src/Elasticsearch/Endpoints/Indices/Settings/Get.php index 1271d5a9d..d349a6439 100644 --- a/src/Elasticsearch/Endpoints/Indices/Settings/Get.php +++ b/src/Elasticsearch/Endpoints/Indices/Settings/Get.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices\Settings - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Get extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Settings/Put.php b/src/Elasticsearch/Endpoints/Indices/Settings/Put.php index e855c79d4..7fd606d25 100644 --- a/src/Elasticsearch/Endpoints/Indices/Settings/Put.php +++ b/src/Elasticsearch/Endpoints/Indices/Settings/Put.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices\Settings - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Put extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/ShardStores.php b/src/Elasticsearch/Endpoints/Indices/ShardStores.php index 788bfd2fa..2976c91ac 100644 --- a/src/Elasticsearch/Endpoints/Indices/ShardStores.php +++ b/src/Elasticsearch/Endpoints/Indices/ShardStores.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class ShardStores extends AbstractEndpoint diff --git a/src/Elasticsearch/Endpoints/Indices/Snapshotindex.php b/src/Elasticsearch/Endpoints/Indices/Snapshotindex.php index 39989e919..4d1e71a82 100644 --- a/src/Elasticsearch/Endpoints/Indices/Snapshotindex.php +++ b/src/Elasticsearch/Endpoints/Indices/Snapshotindex.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Snapshotindex extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Stats.php b/src/Elasticsearch/Endpoints/Indices/Stats.php index 307c2ac3b..dea6ce0fa 100644 --- a/src/Elasticsearch/Endpoints/Indices/Stats.php +++ b/src/Elasticsearch/Endpoints/Indices/Stats.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Stats extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Status.php b/src/Elasticsearch/Endpoints/Indices/Status.php index 58b4302b6..035006f7c 100644 --- a/src/Elasticsearch/Endpoints/Indices/Status.php +++ b/src/Elasticsearch/Endpoints/Indices/Status.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Status extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Template/AbstractTemplateEndpoint.php b/src/Elasticsearch/Endpoints/Indices/Template/AbstractTemplateEndpoint.php index 728531bb9..cde022581 100644 --- a/src/Elasticsearch/Endpoints/Indices/Template/AbstractTemplateEndpoint.php +++ b/src/Elasticsearch/Endpoints/Indices/Template/AbstractTemplateEndpoint.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices\Template - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ abstract class AbstractTemplateEndpoint extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Template/Delete.php b/src/Elasticsearch/Endpoints/Indices/Template/Delete.php index 05cca969d..513991f23 100644 --- a/src/Elasticsearch/Endpoints/Indices/Template/Delete.php +++ b/src/Elasticsearch/Endpoints/Indices/Template/Delete.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices\Template - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Delete extends AbstractEndpoint diff --git a/src/Elasticsearch/Endpoints/Indices/Template/Exists.php b/src/Elasticsearch/Endpoints/Indices/Template/Exists.php index b4aec0fd4..2efad46cd 100644 --- a/src/Elasticsearch/Endpoints/Indices/Template/Exists.php +++ b/src/Elasticsearch/Endpoints/Indices/Template/Exists.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices\Template - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Exists extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Template/Get.php b/src/Elasticsearch/Endpoints/Indices/Template/Get.php index 2844277a9..f34b8bfaf 100644 --- a/src/Elasticsearch/Endpoints/Indices/Template/Get.php +++ b/src/Elasticsearch/Endpoints/Indices/Template/Get.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices\Template - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Get extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Template/Put.php b/src/Elasticsearch/Endpoints/Indices/Template/Put.php index 6203be346..de0fca51e 100644 --- a/src/Elasticsearch/Endpoints/Indices/Template/Put.php +++ b/src/Elasticsearch/Endpoints/Indices/Template/Put.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices\Template - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Put extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Type/Exists.php b/src/Elasticsearch/Endpoints/Indices/Type/Exists.php index 7d1f6ba8b..5033a3663 100644 --- a/src/Elasticsearch/Endpoints/Indices/Type/Exists.php +++ b/src/Elasticsearch/Endpoints/Indices/Type/Exists.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices\Type - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Exists extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Upgrade/Get.php b/src/Elasticsearch/Endpoints/Indices/Upgrade/Get.php index 16f28b067..5c3e947e1 100644 --- a/src/Elasticsearch/Endpoints/Indices/Upgrade/Get.php +++ b/src/Elasticsearch/Endpoints/Indices/Upgrade/Get.php @@ -15,9 +15,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Get extends AbstractEndpoint diff --git a/src/Elasticsearch/Endpoints/Indices/Upgrade/Post.php b/src/Elasticsearch/Endpoints/Indices/Upgrade/Post.php index f343b7afd..eaddc78fe 100644 --- a/src/Elasticsearch/Endpoints/Indices/Upgrade/Post.php +++ b/src/Elasticsearch/Endpoints/Indices/Upgrade/Post.php @@ -15,9 +15,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Post extends AbstractEndpoint diff --git a/src/Elasticsearch/Endpoints/Indices/Validate/Query.php b/src/Elasticsearch/Endpoints/Indices/Validate/Query.php index 17735df38..f71215ddc 100644 --- a/src/Elasticsearch/Endpoints/Indices/Validate/Query.php +++ b/src/Elasticsearch/Endpoints/Indices/Validate/Query.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices\Validate - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Query extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/ValidateQuery.php b/src/Elasticsearch/Endpoints/Indices/ValidateQuery.php index 13ba8eda0..16196f368 100644 --- a/src/Elasticsearch/Endpoints/Indices/ValidateQuery.php +++ b/src/Elasticsearch/Endpoints/Indices/ValidateQuery.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class ValidateQuery extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Info.php b/src/Elasticsearch/Endpoints/Info.php index 22bd51b3d..b95a12bce 100644 --- a/src/Elasticsearch/Endpoints/Info.php +++ b/src/Elasticsearch/Endpoints/Info.php @@ -7,9 +7,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Info extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ingest/Pipeline/Delete.php b/src/Elasticsearch/Endpoints/Ingest/Pipeline/Delete.php index 78243bf3a..0a9daec9a 100644 --- a/src/Elasticsearch/Endpoints/Ingest/Pipeline/Delete.php +++ b/src/Elasticsearch/Endpoints/Ingest/Pipeline/Delete.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Ingest - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Delete extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ingest/Pipeline/Get.php b/src/Elasticsearch/Endpoints/Ingest/Pipeline/Get.php index 0617121bd..0e958cc24 100644 --- a/src/Elasticsearch/Endpoints/Ingest/Pipeline/Get.php +++ b/src/Elasticsearch/Endpoints/Ingest/Pipeline/Get.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Ingest - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Get extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ingest/Pipeline/Put.php b/src/Elasticsearch/Endpoints/Ingest/Pipeline/Put.php index 9afaab8c1..dbaf5a888 100644 --- a/src/Elasticsearch/Endpoints/Ingest/Pipeline/Put.php +++ b/src/Elasticsearch/Endpoints/Ingest/Pipeline/Put.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Ingest - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Put extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ingest/Simulate.php b/src/Elasticsearch/Endpoints/Ingest/Simulate.php index 8246965ac..5f86ee4cc 100644 --- a/src/Elasticsearch/Endpoints/Ingest/Simulate.php +++ b/src/Elasticsearch/Endpoints/Ingest/Simulate.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Ingest - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Simulate extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/MPercolate.php b/src/Elasticsearch/Endpoints/MPercolate.php index a987a3b8f..ea916855b 100644 --- a/src/Elasticsearch/Endpoints/MPercolate.php +++ b/src/Elasticsearch/Endpoints/MPercolate.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class MPercolate extends AbstractEndpoint implements BulkEndpointInterface { diff --git a/src/Elasticsearch/Endpoints/MTermVectors.php b/src/Elasticsearch/Endpoints/MTermVectors.php index 9cdca21ea..466554abb 100644 --- a/src/Elasticsearch/Endpoints/MTermVectors.php +++ b/src/Elasticsearch/Endpoints/MTermVectors.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class MTermVectors extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Mget.php b/src/Elasticsearch/Endpoints/Mget.php index 1bfc18528..dc21c10a4 100644 --- a/src/Elasticsearch/Endpoints/Mget.php +++ b/src/Elasticsearch/Endpoints/Mget.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Mget extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Mlt.php b/src/Elasticsearch/Endpoints/Mlt.php index 3ab0575da..e5f8bfbcb 100644 --- a/src/Elasticsearch/Endpoints/Mlt.php +++ b/src/Elasticsearch/Endpoints/Mlt.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Mlt extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Msearch.php b/src/Elasticsearch/Endpoints/Msearch.php index 3fa2f8d55..f71afe917 100644 --- a/src/Elasticsearch/Endpoints/Msearch.php +++ b/src/Elasticsearch/Endpoints/Msearch.php @@ -11,9 +11,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Msearch extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Percolate.php b/src/Elasticsearch/Endpoints/Percolate.php index 9a6118b05..7337edaa8 100644 --- a/src/Elasticsearch/Endpoints/Percolate.php +++ b/src/Elasticsearch/Endpoints/Percolate.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Percolate extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ping.php b/src/Elasticsearch/Endpoints/Ping.php index 448c2c292..5e3d71f8c 100644 --- a/src/Elasticsearch/Endpoints/Ping.php +++ b/src/Elasticsearch/Endpoints/Ping.php @@ -7,9 +7,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Ping extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Reindex.php b/src/Elasticsearch/Endpoints/Reindex.php index 13b22f23e..9ea5d857e 100644 --- a/src/Elasticsearch/Endpoints/Reindex.php +++ b/src/Elasticsearch/Endpoints/Reindex.php @@ -9,7 +9,7 @@ * @package Elasticsearch\Endpoints\Indices * @author Augustin Husson * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Reindex extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/RenderSearchTemplate.php b/src/Elasticsearch/Endpoints/RenderSearchTemplate.php index d779a3a9c..3ef06a03e 100644 --- a/src/Elasticsearch/Endpoints/RenderSearchTemplate.php +++ b/src/Elasticsearch/Endpoints/RenderSearchTemplate.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class RenderSearchTemplate extends AbstractEndpoint diff --git a/src/Elasticsearch/Endpoints/Script/Delete.php b/src/Elasticsearch/Endpoints/Script/Delete.php index 907eaca8d..33b303dc0 100644 --- a/src/Elasticsearch/Endpoints/Script/Delete.php +++ b/src/Elasticsearch/Endpoints/Script/Delete.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Script - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Delete extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Script/Get.php b/src/Elasticsearch/Endpoints/Script/Get.php index 57e3b4514..e28c5b404 100644 --- a/src/Elasticsearch/Endpoints/Script/Get.php +++ b/src/Elasticsearch/Endpoints/Script/Get.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Script - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Get extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Script/Put.php b/src/Elasticsearch/Endpoints/Script/Put.php index ab27e43eb..c06ff345f 100644 --- a/src/Elasticsearch/Endpoints/Script/Put.php +++ b/src/Elasticsearch/Endpoints/Script/Put.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Script - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Put extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Scroll.php b/src/Elasticsearch/Endpoints/Scroll.php index 52014e67f..2bb68b285 100644 --- a/src/Elasticsearch/Endpoints/Scroll.php +++ b/src/Elasticsearch/Endpoints/Scroll.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Scroll extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Search.php b/src/Elasticsearch/Endpoints/Search.php index 44d4199f5..b226b5c5e 100644 --- a/src/Elasticsearch/Endpoints/Search.php +++ b/src/Elasticsearch/Endpoints/Search.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Search extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/SearchShards.php b/src/Elasticsearch/Endpoints/SearchShards.php index c952e24c0..9cc314c20 100644 --- a/src/Elasticsearch/Endpoints/SearchShards.php +++ b/src/Elasticsearch/Endpoints/SearchShards.php @@ -7,9 +7,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class SearchShards extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/SearchTemplate.php b/src/Elasticsearch/Endpoints/SearchTemplate.php index 8d2ce7e9c..aa24b2580 100644 --- a/src/Elasticsearch/Endpoints/SearchTemplate.php +++ b/src/Elasticsearch/Endpoints/SearchTemplate.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class SearchTemplate extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Snapshot/Create.php b/src/Elasticsearch/Endpoints/Snapshot/Create.php index 43f425b28..975e45e8f 100644 --- a/src/Elasticsearch/Endpoints/Snapshot/Create.php +++ b/src/Elasticsearch/Endpoints/Snapshot/Create.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Snapshot - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Create extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Snapshot/Delete.php b/src/Elasticsearch/Endpoints/Snapshot/Delete.php index 7422cad92..e5658411d 100644 --- a/src/Elasticsearch/Endpoints/Snapshot/Delete.php +++ b/src/Elasticsearch/Endpoints/Snapshot/Delete.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Snapshot - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Delete extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Snapshot/Get.php b/src/Elasticsearch/Endpoints/Snapshot/Get.php index c0c41faf1..0cf4ca4c7 100644 --- a/src/Elasticsearch/Endpoints/Snapshot/Get.php +++ b/src/Elasticsearch/Endpoints/Snapshot/Get.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Snapshot - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Get extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Snapshot/Repository/Create.php b/src/Elasticsearch/Endpoints/Snapshot/Repository/Create.php index f2d285086..cfc8248e7 100644 --- a/src/Elasticsearch/Endpoints/Snapshot/Repository/Create.php +++ b/src/Elasticsearch/Endpoints/Snapshot/Repository/Create.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Snapshot\Repository - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Create extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Snapshot/Repository/Delete.php b/src/Elasticsearch/Endpoints/Snapshot/Repository/Delete.php index 64eec54b7..de2c0fefa 100644 --- a/src/Elasticsearch/Endpoints/Snapshot/Repository/Delete.php +++ b/src/Elasticsearch/Endpoints/Snapshot/Repository/Delete.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Snapshot\Repository - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Delete extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Snapshot/Repository/Get.php b/src/Elasticsearch/Endpoints/Snapshot/Repository/Get.php index 76abad6b9..ad4e1f8f3 100644 --- a/src/Elasticsearch/Endpoints/Snapshot/Repository/Get.php +++ b/src/Elasticsearch/Endpoints/Snapshot/Repository/Get.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Snapshot\Repository - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Get extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Snapshot/Repository/Verify.php b/src/Elasticsearch/Endpoints/Snapshot/Repository/Verify.php index b9abb0998..6e0f0706f 100644 --- a/src/Elasticsearch/Endpoints/Snapshot/Repository/Verify.php +++ b/src/Elasticsearch/Endpoints/Snapshot/Repository/Verify.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Snapshot\Repository - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Verify extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Snapshot/Restore.php b/src/Elasticsearch/Endpoints/Snapshot/Restore.php index aac6c40b1..2f1f5c949 100644 --- a/src/Elasticsearch/Endpoints/Snapshot/Restore.php +++ b/src/Elasticsearch/Endpoints/Snapshot/Restore.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Snapshot - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Restore extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Snapshot/Status.php b/src/Elasticsearch/Endpoints/Snapshot/Status.php index 3dd254a85..e658f3686 100644 --- a/src/Elasticsearch/Endpoints/Snapshot/Status.php +++ b/src/Elasticsearch/Endpoints/Snapshot/Status.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Snapshot - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Status extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Source/Get.php b/src/Elasticsearch/Endpoints/Source/Get.php index 631accd30..1763580a1 100644 --- a/src/Elasticsearch/Endpoints/Source/Get.php +++ b/src/Elasticsearch/Endpoints/Source/Get.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Source - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Get extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Suggest.php b/src/Elasticsearch/Endpoints/Suggest.php index f08ee7660..204c6a9be 100644 --- a/src/Elasticsearch/Endpoints/Suggest.php +++ b/src/Elasticsearch/Endpoints/Suggest.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Suggest extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Tasks/Cancel.php b/src/Elasticsearch/Endpoints/Tasks/Cancel.php index 0486fafc6..d3bef7e49 100644 --- a/src/Elasticsearch/Endpoints/Tasks/Cancel.php +++ b/src/Elasticsearch/Endpoints/Tasks/Cancel.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Tasks - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Cancel extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Tasks/Get.php b/src/Elasticsearch/Endpoints/Tasks/Get.php index 77f17a01e..250d56cf5 100644 --- a/src/Elasticsearch/Endpoints/Tasks/Get.php +++ b/src/Elasticsearch/Endpoints/Tasks/Get.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Tasks - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Get extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Template/Delete.php b/src/Elasticsearch/Endpoints/Template/Delete.php index 470bdc4b7..de3a8f60d 100644 --- a/src/Elasticsearch/Endpoints/Template/Delete.php +++ b/src/Elasticsearch/Endpoints/Template/Delete.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Template - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Delete extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Template/Get.php b/src/Elasticsearch/Endpoints/Template/Get.php index ebbde7b6a..d6155a57b 100644 --- a/src/Elasticsearch/Endpoints/Template/Get.php +++ b/src/Elasticsearch/Endpoints/Template/Get.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Template - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Get extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Template/Put.php b/src/Elasticsearch/Endpoints/Template/Put.php index 122cbf130..2e2bb6fe5 100644 --- a/src/Elasticsearch/Endpoints/Template/Put.php +++ b/src/Elasticsearch/Endpoints/Template/Put.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints\Template - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Put extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/TermVector.php b/src/Elasticsearch/Endpoints/TermVector.php index 7c5919be1..91e08980a 100644 --- a/src/Elasticsearch/Endpoints/TermVector.php +++ b/src/Elasticsearch/Endpoints/TermVector.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class TermVector extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Update.php b/src/Elasticsearch/Endpoints/Update.php index 53acb0a3b..20243052b 100644 --- a/src/Elasticsearch/Endpoints/Update.php +++ b/src/Elasticsearch/Endpoints/Update.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Endpoints - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Update extends AbstractEndpoint { diff --git a/src/Elasticsearch/Helper/Iterators/SearchHitIterator.php b/src/Elasticsearch/Helper/Iterators/SearchHitIterator.php index 675a15ea1..3a40c0891 100644 --- a/src/Elasticsearch/Helper/Iterators/SearchHitIterator.php +++ b/src/Elasticsearch/Helper/Iterators/SearchHitIterator.php @@ -11,7 +11,7 @@ * @package Elasticsearch\Helper\Iterators * @author Arturo Mejia * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co * @see Iterator */ class SearchHitIterator implements Iterator, \Countable { diff --git a/src/Elasticsearch/Helper/Iterators/SearchResponseIterator.php b/src/Elasticsearch/Helper/Iterators/SearchResponseIterator.php index 47efdea66..49366ec06 100644 --- a/src/Elasticsearch/Helper/Iterators/SearchResponseIterator.php +++ b/src/Elasticsearch/Helper/Iterators/SearchResponseIterator.php @@ -12,7 +12,7 @@ * @package Elasticsearch\Helper\Iterators * @author Arturo Mejia * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co * @see Iterator */ class SearchResponseIterator implements Iterator { diff --git a/src/Elasticsearch/Namespaces/AbstractNamespace.php b/src/Elasticsearch/Namespaces/AbstractNamespace.php index 559852564..2487937cb 100644 --- a/src/Elasticsearch/Namespaces/AbstractNamespace.php +++ b/src/Elasticsearch/Namespaces/AbstractNamespace.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Namespaces - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ abstract class AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/BooleanRequestWrapper.php b/src/Elasticsearch/Namespaces/BooleanRequestWrapper.php index 8a8bf1ddc..cd4640499 100644 --- a/src/Elasticsearch/Namespaces/BooleanRequestWrapper.php +++ b/src/Elasticsearch/Namespaces/BooleanRequestWrapper.php @@ -12,9 +12,9 @@ * * @category Elasticsearch * @package Elasticsearch\Namespaces - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ trait BooleanRequestWrapper { diff --git a/src/Elasticsearch/Namespaces/CatNamespace.php b/src/Elasticsearch/Namespaces/CatNamespace.php index 543ef5bce..4509db9e7 100644 --- a/src/Elasticsearch/Namespaces/CatNamespace.php +++ b/src/Elasticsearch/Namespaces/CatNamespace.php @@ -7,9 +7,9 @@ * * @category Elasticsearch * @package Elasticsearch\Namespaces\CatNamespace - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class CatNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/ClusterNamespace.php b/src/Elasticsearch/Namespaces/ClusterNamespace.php index 1ec6f8481..4fb2b01ce 100644 --- a/src/Elasticsearch/Namespaces/ClusterNamespace.php +++ b/src/Elasticsearch/Namespaces/ClusterNamespace.php @@ -7,9 +7,9 @@ * * @category Elasticsearch * @package Elasticsearch\Namespaces\ClusterNamespace - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class ClusterNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/IndicesNamespace.php b/src/Elasticsearch/Namespaces/IndicesNamespace.php index 2864072a8..9822fbfa2 100644 --- a/src/Elasticsearch/Namespaces/IndicesNamespace.php +++ b/src/Elasticsearch/Namespaces/IndicesNamespace.php @@ -7,9 +7,9 @@ * * @category Elasticsearch * @package Elasticsearch\Namespaces\IndicesNamespace - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class IndicesNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/IngestNamespace.php b/src/Elasticsearch/Namespaces/IngestNamespace.php index 751b4048a..643577c4e 100644 --- a/src/Elasticsearch/Namespaces/IngestNamespace.php +++ b/src/Elasticsearch/Namespaces/IngestNamespace.php @@ -11,9 +11,9 @@ * * @category Elasticsearch * @package Elasticsearch\Namespaces\IngestNamespace - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class IngestNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/NodesNamespace.php b/src/Elasticsearch/Namespaces/NodesNamespace.php index 26b714da7..da8f58846 100644 --- a/src/Elasticsearch/Namespaces/NodesNamespace.php +++ b/src/Elasticsearch/Namespaces/NodesNamespace.php @@ -7,9 +7,9 @@ * * @category Elasticsearch * @package Elasticsearch\Namespaces\NodesNamespace - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class NodesNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/SnapshotNamespace.php b/src/Elasticsearch/Namespaces/SnapshotNamespace.php index 64a7abab7..1251860c4 100644 --- a/src/Elasticsearch/Namespaces/SnapshotNamespace.php +++ b/src/Elasticsearch/Namespaces/SnapshotNamespace.php @@ -7,9 +7,9 @@ * * @category Elasticsearch * @package Elasticsearch\Namespaces\SnapshotNamespace - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class SnapshotNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/TasksNamespace.php b/src/Elasticsearch/Namespaces/TasksNamespace.php index 36e8624f0..f75fb4124 100644 --- a/src/Elasticsearch/Namespaces/TasksNamespace.php +++ b/src/Elasticsearch/Namespaces/TasksNamespace.php @@ -10,9 +10,9 @@ * * @category Elasticsearch * @package Elasticsearch\Namespaces\TasksNamespace - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class TasksNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Serializers/ArrayToJSONSerializer.php b/src/Elasticsearch/Serializers/ArrayToJSONSerializer.php index 190cdad48..bb1975355 100644 --- a/src/Elasticsearch/Serializers/ArrayToJSONSerializer.php +++ b/src/Elasticsearch/Serializers/ArrayToJSONSerializer.php @@ -7,9 +7,9 @@ * * @category Elasticsearch * @package Elasticsearch\Serializers\JSONSerializer - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class ArrayToJSONSerializer implements SerializerInterface { diff --git a/src/Elasticsearch/Serializers/EverythingToJSONSerializer.php b/src/Elasticsearch/Serializers/EverythingToJSONSerializer.php index e998e9c1f..ccbe831f2 100644 --- a/src/Elasticsearch/Serializers/EverythingToJSONSerializer.php +++ b/src/Elasticsearch/Serializers/EverythingToJSONSerializer.php @@ -7,9 +7,9 @@ * * @category Elasticsearch * @package Elasticsearch\Serializers - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class EverythingToJSONSerializer implements SerializerInterface { diff --git a/src/Elasticsearch/Serializers/SerializerInterface.php b/src/Elasticsearch/Serializers/SerializerInterface.php index 60f5b9a0a..a23796309 100644 --- a/src/Elasticsearch/Serializers/SerializerInterface.php +++ b/src/Elasticsearch/Serializers/SerializerInterface.php @@ -7,9 +7,9 @@ * * @category Elasticsearch * @package Elasticsearch\Serializers - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ interface SerializerInterface { diff --git a/src/Elasticsearch/Serializers/SmartSerializer.php b/src/Elasticsearch/Serializers/SmartSerializer.php index e35e409bd..123b7cfd8 100644 --- a/src/Elasticsearch/Serializers/SmartSerializer.php +++ b/src/Elasticsearch/Serializers/SmartSerializer.php @@ -9,9 +9,9 @@ * * @category Elasticsearch * @package Elasticsearch\Serializers\JSONSerializer - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class SmartSerializer implements SerializerInterface { diff --git a/src/Elasticsearch/Transport.php b/src/Elasticsearch/Transport.php index f74fb99ad..3830006b1 100644 --- a/src/Elasticsearch/Transport.php +++ b/src/Elasticsearch/Transport.php @@ -13,9 +13,9 @@ * * @category Elasticsearch * @package Elasticsearch - * @author Zachary Tong + * @author Zachary Tong * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 - * @link http://elasticsearch.org + * @link http://elastic.co */ class Transport {