Commit d6c38960 authored by Dorian Villet's avatar Dorian Villet

Add space after namespace declaration.

parent 60948641
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium; namespace Solarium;
use Solarium\Core\Client\Client as CoreClient; use Solarium\Core\Client\Client as CoreClient;
/** /**
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Core\Client\Adapter; namespace Solarium\Core\Client\Adapter;
use Solarium\Core\ConfigurableInterface; use Solarium\Core\ConfigurableInterface;
use Solarium\Core\Client\Request; use Solarium\Core\Client\Request;
use Solarium\Core\Client\Response; use Solarium\Core\Client\Response;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Core\Client\Adapter; namespace Solarium\Core\Client\Adapter;
use Solarium\Core\Configurable; use Solarium\Core\Configurable;
use Solarium\Core\Client\Request; use Solarium\Core\Client\Request;
use Solarium\Core\Client\Response; use Solarium\Core\Client\Response;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Core\Client\Adapter; namespace Solarium\Core\Client\Adapter;
use Solarium\Core\Configurable; use Solarium\Core\Configurable;
use Solarium\Core\Client\Request; use Solarium\Core\Client\Request;
use Solarium\Core\Client\Response; use Solarium\Core\Client\Response;
......
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Core\Client\Adapter; namespace Solarium\Core\Client\Adapter;
use Solarium\Core\Configurable; use Solarium\Core\Configurable;
use Solarium\Core\Client\Request; use Solarium\Core\Client\Request;
use Solarium\Core\Client\Response; use Solarium\Core\Client\Response;
......
...@@ -38,8 +38,8 @@ ...@@ -38,8 +38,8 @@
/** /**
* @namespace * @namespace
*/ */
namespace Solarium\Core\Client\Adapter; namespace Solarium\Core\Client\Adapter;
use Solarium\Core\Configurable; use Solarium\Core\Configurable;
use Solarium\Core\Client; use Solarium\Core\Client;
use Solarium\Core\Client\Request; use Solarium\Core\Client\Request;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Core\Client; namespace Solarium\Core\Client;
use Solarium\Core\Configurable; use Solarium\Core\Configurable;
use Solarium\Core\Plugin\PluginInterface; use Solarium\Core\Plugin\PluginInterface;
use Solarium\Core\Query\QueryInterface; use Solarium\Core\Query\QueryInterface;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Core\Client; namespace Solarium\Core\Client;
use Solarium\Core\Configurable; use Solarium\Core\Configurable;
/** /**
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Core\Client; namespace Solarium\Core\Client;
use Solarium\Core\Configurable; use Solarium\Core\Configurable;
use Solarium\Exception\RuntimeException; use Solarium\Exception\RuntimeException;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Core\Client; namespace Solarium\Core\Client;
use Solarium\Exception\HttpException; use Solarium\Exception\HttpException;
/** /**
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Core; namespace Solarium\Core;
use Solarium\Exception\InvalidArgumentException; use Solarium\Exception\InvalidArgumentException;
/** /**
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Core; namespace Solarium\Core;
use Solarium\Exception\InvalidArgumentException; use Solarium\Exception\InvalidArgumentException;
/** /**
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Core\Event; namespace Solarium\Core\Event;
use Symfony\Component\EventDispatcher\Event; use Symfony\Component\EventDispatcher\Event;
use Solarium\Core\Query\QueryInterface; use Solarium\Core\Query\QueryInterface;
use Solarium\Core\Client\Request; use Solarium\Core\Client\Request;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Core\Event; namespace Solarium\Core\Event;
use Symfony\Component\EventDispatcher\Event; use Symfony\Component\EventDispatcher\Event;
use Solarium\Core\Query\QueryInterface; use Solarium\Core\Query\QueryInterface;
use Solarium\Core\Client\Response; use Solarium\Core\Client\Response;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Core\Event; namespace Solarium\Core\Event;
use Symfony\Component\EventDispatcher\Event; use Symfony\Component\EventDispatcher\Event;
use Solarium\Core\Query\QueryInterface; use Solarium\Core\Query\QueryInterface;
use Solarium\Core\Query\Result\ResultInterface; use Solarium\Core\Query\Result\ResultInterface;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Core\Event; namespace Solarium\Core\Event;
use Symfony\Component\EventDispatcher\Event; use Symfony\Component\EventDispatcher\Event;
use Solarium\Core\Client\Request; use Solarium\Core\Client\Request;
use Solarium\Core\Client\Response; use Solarium\Core\Client\Response;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Core\Event; namespace Solarium\Core\Event;
use Symfony\Component\EventDispatcher\Event; use Symfony\Component\EventDispatcher\Event;
use Solarium\Core\Query\QueryInterface; use Solarium\Core\Query\QueryInterface;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Core\Event; namespace Solarium\Core\Event;
use Symfony\Component\EventDispatcher\Event; use Symfony\Component\EventDispatcher\Event;
use Solarium\Core\Query\QueryInterface; use Solarium\Core\Query\QueryInterface;
use Solarium\Core\Client\Request; use Solarium\Core\Client\Request;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Core\Event; namespace Solarium\Core\Event;
use Symfony\Component\EventDispatcher\Event; use Symfony\Component\EventDispatcher\Event;
use Solarium\Core\Query\QueryInterface; use Solarium\Core\Query\QueryInterface;
use Solarium\Core\Client\Response; use Solarium\Core\Client\Response;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Core\Event; namespace Solarium\Core\Event;
use Symfony\Component\EventDispatcher\Event; use Symfony\Component\EventDispatcher\Event;
use Solarium\Core\Query\QueryInterface; use Solarium\Core\Query\QueryInterface;
use Solarium\Core\Query\Result\ResultInterface; use Solarium\Core\Query\Result\ResultInterface;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Core\Event; namespace Solarium\Core\Event;
use Symfony\Component\EventDispatcher\Event; use Symfony\Component\EventDispatcher\Event;
use Solarium\Core\Client\Request; use Solarium\Core\Client\Request;
use Solarium\Core\Client\Response; use Solarium\Core\Client\Response;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Core\Plugin; namespace Solarium\Core\Plugin;
use Solarium\Core\Client\Client; use Solarium\Core\Client\Client;
use Solarium\Core\Configurable; use Solarium\Core\Configurable;
use Solarium\Core\Query\Query; use Solarium\Core\Query\Query;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Core\Plugin; namespace Solarium\Core\Plugin;
use Solarium\Core\ConfigurableInterface; use Solarium\Core\ConfigurableInterface;
use Solarium\Core\Client\Client; use Solarium\Core\Client\Client;
use Solarium\Core\Query\Query; use Solarium\Core\Query\Query;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Core\Query; namespace Solarium\Core\Query;
use Solarium\Core\Query\Query; use Solarium\Core\Query\Query;
use Solarium\Exception\InvalidArgumentException; use Solarium\Exception\InvalidArgumentException;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Core\Query; namespace Solarium\Core\Query;
use Solarium\Core\Query\Helper; use Solarium\Core\Query\Helper;
use Solarium\Core\Configurable; use Solarium\Core\Configurable;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Core\Query; namespace Solarium\Core\Query;
use Solarium\Core\Query\Helper; use Solarium\Core\Query\Helper;
use Solarium\Core\ConfigurableInterface; use Solarium\Core\ConfigurableInterface;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Core\Query; namespace Solarium\Core\Query;
use Solarium\Core\Query\Query; use Solarium\Core\Query\Query;
use Solarium\Core\Client\Request; use Solarium\Core\Client\Request;
use Solarium\Core\Query\QueryInterface; use Solarium\Core\Query\QueryInterface;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Core\Query; namespace Solarium\Core\Query;
use Solarium\Core\Query\QueryInterface; use Solarium\Core\Query\QueryInterface;
use Solarium\Core\Client\Request; use Solarium\Core\Client\Request;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Core\Query\Result; namespace Solarium\Core\Query\Result;
use Solarium\Core\Query\ResponseParserInterface; use Solarium\Core\Query\ResponseParserInterface;
use Solarium\Exception\UnexpectedValueException; use Solarium\Exception\UnexpectedValueException;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Core\Query\Result; namespace Solarium\Core\Query\Result;
use Solarium\Core\Client\Client; use Solarium\Core\Client\Client;
use Solarium\Core\Client\Response; use Solarium\Core\Client\Response;
use Solarium\Exception\HttpException; use Solarium\Exception\HttpException;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Core\Query\Result; namespace Solarium\Core\Query\Result;
use Solarium\Core\Client\Response; use Solarium\Core\Client\Response;
use Solarium\Core\Query\Query; use Solarium\Core\Query\Query;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Plugin\BufferedAdd; namespace Solarium\Plugin\BufferedAdd;
use Solarium\Client; use Solarium\Client;
use Solarium\Core\Plugin\Plugin; use Solarium\Core\Plugin\Plugin;
use Solarium\QueryType\Update\Result as UpdateResult; use Solarium\QueryType\Update\Result as UpdateResult;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Plugin\BufferedAdd\Event; namespace Solarium\Plugin\BufferedAdd\Event;
use Symfony\Component\EventDispatcher\Event; use Symfony\Component\EventDispatcher\Event;
use Solarium\QueryType\Select\Result\DocumentInterface; use Solarium\QueryType\Select\Result\DocumentInterface;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Plugin\BufferedAdd\Event; namespace Solarium\Plugin\BufferedAdd\Event;
use Symfony\Component\EventDispatcher\Event; use Symfony\Component\EventDispatcher\Event;
use Solarium\QueryType\Update\Result; use Solarium\QueryType\Update\Result;
use Solarium\QueryType\Select\Result\DocumentInterface; use Solarium\QueryType\Select\Result\DocumentInterface;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Plugin\BufferedAdd\Event; namespace Solarium\Plugin\BufferedAdd\Event;
use Symfony\Component\EventDispatcher\Event; use Symfony\Component\EventDispatcher\Event;
use Solarium\QueryType\Update\Result; use Solarium\QueryType\Update\Result;
use Solarium\QueryType\Select\Result\DocumentInterface; use Solarium\QueryType\Select\Result\DocumentInterface;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Plugin\BufferedAdd\Event; namespace Solarium\Plugin\BufferedAdd\Event;
use Symfony\Component\EventDispatcher\Event; use Symfony\Component\EventDispatcher\Event;
use Solarium\QueryType\Select\Result\DocumentInterface; use Solarium\QueryType\Select\Result\DocumentInterface;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Plugin\BufferedAdd\Event; namespace Solarium\Plugin\BufferedAdd\Event;
use Symfony\Component\EventDispatcher\Event; use Symfony\Component\EventDispatcher\Event;
use Solarium\QueryType\Select\Result\DocumentInterface; use Solarium\QueryType\Select\Result\DocumentInterface;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Plugin\CustomizeRequest; namespace Solarium\Plugin\CustomizeRequest;
use Solarium\Core\Configurable; use Solarium\Core\Configurable;
/** /**
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Plugin\CustomizeRequest; namespace Solarium\Plugin\CustomizeRequest;
use Solarium\Core\Plugin\Plugin; use Solarium\Core\Plugin\Plugin;
use Solarium\Core\Client\Request; use Solarium\Core\Client\Request;
use Solarium\Exception\InvalidArgumentException; use Solarium\Exception\InvalidArgumentException;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Plugin\Loadbalancer\Event; namespace Solarium\Plugin\Loadbalancer\Event;
use Symfony\Component\EventDispatcher\Event; use Symfony\Component\EventDispatcher\Event;
use Solarium\Core\Client\Endpoint; use Solarium\Core\Client\Endpoint;
use Solarium\Exception\HttpException; use Solarium\Exception\HttpException;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Plugin\Loadbalancer; namespace Solarium\Plugin\Loadbalancer;
use Solarium\Core\Plugin\Plugin; use Solarium\Core\Plugin\Plugin;
use Solarium\Core\Client\Client; use Solarium\Core\Client\Client;
use Solarium\Core\Client\Endpoint; use Solarium\Core\Client\Endpoint;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Plugin\Loadbalancer; namespace Solarium\Plugin\Loadbalancer;
use Solarium\Exception\InvalidArgumentException; use Solarium\Exception\InvalidArgumentException;
use Solarium\Exception\RuntimeException; use Solarium\Exception\RuntimeException;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Plugin\ParallelExecution\Event; namespace Solarium\Plugin\ParallelExecution\Event;
use Symfony\Component\EventDispatcher\Event; use Symfony\Component\EventDispatcher\Event;
/** /**
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Plugin\ParallelExecution\Event; namespace Solarium\Plugin\ParallelExecution\Event;
use Symfony\Component\EventDispatcher\Event; use Symfony\Component\EventDispatcher\Event;
/** /**
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Plugin\ParallelExecution; namespace Solarium\Plugin\ParallelExecution;
use Solarium\Core\Plugin\Plugin; use Solarium\Core\Plugin\Plugin;
use Solarium\Core\Client\Endpoint; use Solarium\Core\Client\Endpoint;
use Solarium\Exception\HttpException; use Solarium\Exception\HttpException;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Plugin; namespace Solarium\Plugin;
use Solarium\Client; use Solarium\Client;
use Solarium\Core\Plugin\Plugin; use Solarium\Core\Plugin\Plugin;
use Solarium\Core\Client\Request; use Solarium\Core\Client\Request;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\Plugin; namespace Solarium\Plugin;
use Solarium\Client; use Solarium\Client;
use Solarium\Core\Plugin\Plugin; use Solarium\Core\Plugin\Plugin;
use Solarium\QueryType\Select\Query\Query as SelectQuery; use Solarium\QueryType\Select\Query\Query as SelectQuery;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\QueryType\Analysis\Query; namespace Solarium\QueryType\Analysis\Query;
use Solarium\Core\Query\Query as BaseQuery; use Solarium\Core\Query\Query as BaseQuery;
/** /**
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\QueryType\Analysis\RequestBuilder; namespace Solarium\QueryType\Analysis\RequestBuilder;
use Solarium\Core\Query\RequestBuilder as BaseRequestBuilder; use Solarium\Core\Query\RequestBuilder as BaseRequestBuilder;
use Solarium\Core\Client\Request; use Solarium\Core\Client\Request;
use Solarium\QueryType\Analysis\Query\Document as QueryDocument; use Solarium\QueryType\Analysis\Query\Document as QueryDocument;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\QueryType\Analysis\RequestBuilder; namespace Solarium\QueryType\Analysis\RequestBuilder;
use Solarium\Core\Query\RequestBuilder as BaseRequestBuilder; use Solarium\Core\Query\RequestBuilder as BaseRequestBuilder;
use Solarium\Core\Client\Client; use Solarium\Core\Client\Client;
use Solarium\Core\Client\Request; use Solarium\Core\Client\Request;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\QueryType\Analysis\ResponseParser; namespace Solarium\QueryType\Analysis\ResponseParser;
use Solarium\QueryType\Analysis\Result\ResultList; use Solarium\QueryType\Analysis\Result\ResultList;
/** /**
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\QueryType\Analysis\ResponseParser; namespace Solarium\QueryType\Analysis\ResponseParser;
use Solarium\Core\Query\Result\Result; use Solarium\Core\Query\Result\Result;
use Solarium\QueryType\Analysis\Result as AnalysisResult; use Solarium\QueryType\Analysis\Result as AnalysisResult;
use Solarium\QueryType\Analysis\Result\ResultList; use Solarium\QueryType\Analysis\Result\ResultList;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\QueryType\Analysis\Result; namespace Solarium\QueryType\Analysis\Result;
use Solarium\Core\Query\Result\QueryType as BaseResult; use Solarium\Core\Query\Result\QueryType as BaseResult;
/** /**
......
...@@ -42,6 +42,7 @@ ...@@ -42,6 +42,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\QueryType\Extract; namespace Solarium\QueryType\Extract;
use Solarium\Core\Query\QueryInterface; use Solarium\Core\Query\QueryInterface;
use Solarium\Core\Query\RequestBuilder as BaseRequestBuilder; use Solarium\Core\Query\RequestBuilder as BaseRequestBuilder;
use Solarium\Core\Client\Request; use Solarium\Core\Client\Request;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\QueryType\Extract; namespace Solarium\QueryType\Extract;
use Solarium\QueryType\Update\Result as UpdateResult; use Solarium\QueryType\Update\Result as UpdateResult;
/** /**
......
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\QueryType\MoreLikeThis; namespace Solarium\QueryType\MoreLikeThis;
use Solarium\QueryType\Select\Query\Query as SelectQuery; use Solarium\QueryType\Select\Query\Query as SelectQuery;
use Solarium\Core\Client\Client; use Solarium\Core\Client\Client;
use Solarium\QueryType\MoreLikeThis\ResponseParser as ResponseParser; use Solarium\QueryType\MoreLikeThis\ResponseParser as ResponseParser;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\QueryType\Ping; namespace Solarium\QueryType\Ping;
use Solarium\Core\Query\Query as BaseQuery; use Solarium\Core\Query\Query as BaseQuery;
use Solarium\Core\Client\Client; use Solarium\Core\Client\Client;
use Solarium\QueryType\Ping\RequestBuilder as RequestBuilder; use Solarium\QueryType\Ping\RequestBuilder as RequestBuilder;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\QueryType\Ping; namespace Solarium\QueryType\Ping;
use Solarium\Core\Client\Request; use Solarium\Core\Client\Request;
use Solarium\Core\Query\RequestBuilder as BaseRequestBuilder; use Solarium\Core\Query\RequestBuilder as BaseRequestBuilder;
use Solarium\Core\Query\QueryInterface; use Solarium\Core\Query\QueryInterface;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\QueryType\RealtimeGet; namespace Solarium\QueryType\RealtimeGet;
use Solarium\QueryType\Select\Result\Result as BaseResult; use Solarium\QueryType\Select\Result\Result as BaseResult;
use Solarium\QueryType\Select\Result\DocumentInterface; use Solarium\QueryType\Select\Result\DocumentInterface;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\QueryType\Select\Query\Component; namespace Solarium\QueryType\Select\Query\Component;
use Solarium\QueryType\Select\Query\Query as SelectQuery; use Solarium\QueryType\Select\Query\Query as SelectQuery;
use Solarium\QueryType\Select\RequestBuilder\Component\DisMax as RequestBuilder; use Solarium\QueryType\Select\RequestBuilder\Component\DisMax as RequestBuilder;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\QueryType\Select\Query\Component; namespace Solarium\QueryType\Select\Query\Component;
use Solarium\QueryType\Select\Query\Query as SelectQuery; use Solarium\QueryType\Select\Query\Query as SelectQuery;
use Solarium\QueryType\Select\RequestBuilder\Component\EdisMax as RequestBuilder; use Solarium\QueryType\Select\RequestBuilder\Component\EdisMax as RequestBuilder;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\QueryType\Select\Query\Component\Facet; namespace Solarium\QueryType\Select\Query\Component\Facet;
use Solarium\QueryType\Select\Query\Component\FacetSet; use Solarium\QueryType\Select\Query\Component\FacetSet;
/** /**
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\QueryType\Select\Query\Component\Facet; namespace Solarium\QueryType\Select\Query\Component\Facet;
use Solarium\QueryType\Select\Query\Component\FacetSet; use Solarium\QueryType\Select\Query\Component\FacetSet;
use Solarium\QueryType\Select\Query\Component\Facet\Query as FacetQuery; use Solarium\QueryType\Select\Query\Component\Facet\Query as FacetQuery;
use Solarium\Exception\InvalidArgumentException; use Solarium\Exception\InvalidArgumentException;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\QueryType\Select\Query\Component; namespace Solarium\QueryType\Select\Query\Component;
use Solarium\QueryType\Select\Query\Query as SelectQuery; use Solarium\QueryType\Select\Query\Query as SelectQuery;
use Solarium\QueryType\Select\RequestBuilder\Component\Grouping as RequestBuilder; use Solarium\QueryType\Select\RequestBuilder\Component\Grouping as RequestBuilder;
use Solarium\QueryType\Select\ResponseParser\Component\Grouping as ResponseParser; use Solarium\QueryType\Select\ResponseParser\Component\Grouping as ResponseParser;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\QueryType\Select\Query\Component\Stats; namespace Solarium\QueryType\Select\Query\Component\Stats;
use Solarium\QueryType\Select\Query\Query as SelectQuery; use Solarium\QueryType\Select\Query\Query as SelectQuery;
use Solarium\QueryType\Select\Query\Component\Component; use Solarium\QueryType\Select\Query\Component\Component;
use Solarium\QueryType\Select\RequestBuilder\Component\Stats as RequestBuilder; use Solarium\QueryType\Select\RequestBuilder\Component\Stats as RequestBuilder;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\QueryType\Select\Query; namespace Solarium\QueryType\Select\Query;
use Solarium\Core\Configurable; use Solarium\Core\Configurable;
use Solarium\Core\Query\Helper; use Solarium\Core\Query\Helper;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\QueryType\Select\RequestBuilder\Component; namespace Solarium\QueryType\Select\RequestBuilder\Component;
use Solarium\QueryType\Select\Query\Component\Edismax as EdismaxComponent; use Solarium\QueryType\Select\Query\Component\Edismax as EdismaxComponent;
use Solarium\Core\Client\Request; use Solarium\Core\Client\Request;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\QueryType\Select\RequestBuilder\Component; namespace Solarium\QueryType\Select\RequestBuilder\Component;
use Solarium\Core\Client\Request; use Solarium\Core\Client\Request;
use Solarium\QueryType\Select\RequestBuilder\RequestBuilder; use Solarium\QueryType\Select\RequestBuilder\RequestBuilder;
use Solarium\QueryType\Select\Query\Component\FacetSet as FacetsetComponent; use Solarium\QueryType\Select\Query\Component\FacetSet as FacetsetComponent;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\QueryType\Select\RequestBuilder\Component; namespace Solarium\QueryType\Select\RequestBuilder\Component;
use Solarium\QueryType\Select\Query\Component\Highlighting\Highlighting as HighlightingComponent; use Solarium\QueryType\Select\Query\Component\Highlighting\Highlighting as HighlightingComponent;
use Solarium\QueryType\Select\Query\Component\Highlighting\Field as HighlightingField; use Solarium\QueryType\Select\Query\Component\Highlighting\Field as HighlightingField;
use Solarium\Core\Client\Request; use Solarium\Core\Client\Request;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\QueryType\Select\RequestBuilder\Component; namespace Solarium\QueryType\Select\RequestBuilder\Component;
use Solarium\QueryType\Select\Query\Component\Stats\Stats as StatsComponent; use Solarium\QueryType\Select\Query\Component\Stats\Stats as StatsComponent;
use Solarium\Core\Client\Request; use Solarium\Core\Client\Request;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\QueryType\Select\ResponseParser\Component; namespace Solarium\QueryType\Select\ResponseParser\Component;
use Solarium\QueryType\Select\Query\Query; use Solarium\QueryType\Select\Query\Query;
use Solarium\QueryType\Select\Query\Component\Debug as DebugComponent; use Solarium\QueryType\Select\Query\Component\Debug as DebugComponent;
use Solarium\QueryType\Select\Result\Debug\Result; use Solarium\QueryType\Select\Result\Debug\Result;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\QueryType\Select\ResponseParser\Component; namespace Solarium\QueryType\Select\ResponseParser\Component;
use Solarium\QueryType\Select\Query\Query; use Solarium\QueryType\Select\Query\Query;
use Solarium\QueryType\Select\Query\Component\Highlighting\Highlighting as HighlightingComponent; use Solarium\QueryType\Select\Query\Component\Highlighting\Highlighting as HighlightingComponent;
use Solarium\QueryType\Select\Result\Highlighting\Highlighting as HighlightingResult; use Solarium\QueryType\Select\Result\Highlighting\Highlighting as HighlightingResult;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\QueryType\Select\Result; namespace Solarium\QueryType\Select\Result;
use Solarium\Exception\RuntimeException; use Solarium\Exception\RuntimeException;
/** /**
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\QueryType\Select\Result\MoreLikeThis; namespace Solarium\QueryType\Select\Result\MoreLikeThis;
use Solarium\QueryType\Select\Result\DocumentInterface; use Solarium\QueryType\Select\Result\DocumentInterface;
/** /**
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\QueryType\Select\Result\Spellcheck; namespace Solarium\QueryType\Select\Result\Spellcheck;
use Solarium\QueryType\Select\Result\Spellcheck\Collation; use Solarium\QueryType\Select\Result\Spellcheck\Collation;
use Solarium\QueryType\Select\Result\Spellcheck\Suggestion; use Solarium\QueryType\Select\Result\Spellcheck\Suggestion;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\QueryType\Select\Result\Stats; namespace Solarium\QueryType\Select\Result\Stats;
use Solarium\QueryType\Select\Result\Stats\Result; use Solarium\QueryType\Select\Result\Stats\Result;
/** /**
......
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\QueryType\Suggester; namespace Solarium\QueryType\Suggester;
use Solarium\Core\Query\ResponseParser as ResponseParserAbstract; use Solarium\Core\Query\ResponseParser as ResponseParserAbstract;
use Solarium\Core\Query\ResponseParserInterface as ResponseParserInterface; use Solarium\Core\Query\ResponseParserInterface as ResponseParserInterface;
use Solarium\QueryType\Suggester\Result\Result; use Solarium\QueryType\Suggester\Result\Result;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\QueryType\Terms; namespace Solarium\QueryType\Terms;
use Solarium\Core\Client\Client; use Solarium\Core\Client\Client;
use Solarium\Core\Query\Query as BaseQuery; use Solarium\Core\Query\Query as BaseQuery;
use Solarium\QueryType\Terms\RequestBuilder; use Solarium\QueryType\Terms\RequestBuilder;
......
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\QueryType\Terms; namespace Solarium\QueryType\Terms;
use Solarium\QueryType\Terms\Query; use Solarium\QueryType\Terms\Query;
use Solarium\Core\Query\ResponseParser as ResponseParserAbstract; use Solarium\Core\Query\ResponseParser as ResponseParserAbstract;
use Solarium\Core\Query\ResponseParserInterface as ResponseParserInterface; use Solarium\Core\Query\ResponseParserInterface as ResponseParserInterface;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\QueryType\Terms; namespace Solarium\QueryType\Terms;
use Solarium\Core\Query\Result\QueryType as BaseResult; use Solarium\Core\Query\Result\QueryType as BaseResult;
/** /**
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\QueryType\Update\Query\Command; namespace Solarium\QueryType\Update\Query\Command;
use Solarium\Core\Configurable; use Solarium\Core\Configurable;
/** /**
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\QueryType\Update\Query\Command; namespace Solarium\QueryType\Update\Query\Command;
use Solarium\QueryType\Update\Query\Query as UpdateQuery; use Solarium\QueryType\Update\Query\Query as UpdateQuery;
/** /**
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\QueryType\Update\Query\Document; namespace Solarium\QueryType\Update\Query\Document;
use Solarium\QueryType\Select\Result\AbstractDocument; use Solarium\QueryType\Select\Result\AbstractDocument;
use Solarium\Exception\RuntimeException; use Solarium\Exception\RuntimeException;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\QueryType\Update; namespace Solarium\QueryType\Update;
use Solarium\Client; use Solarium\Client;
use Solarium\Core\Client\Request; use Solarium\Core\Client\Request;
use Solarium\QueryType\Update\Query\Query as UpdateQuery; use Solarium\QueryType\Update\Query\Query as UpdateQuery;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\QueryType\Update; namespace Solarium\QueryType\Update;
use Solarium\Core\Query\ResponseParserInterface; use Solarium\Core\Query\ResponseParserInterface;
use Solarium\Core\Query\ResponseParser as ResponseParserAbstract; use Solarium\Core\Query\ResponseParser as ResponseParserAbstract;
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* @namespace * @namespace
*/ */
namespace Solarium\QueryType\Update; namespace Solarium\QueryType\Update;
use Solarium\Core\Query\Result\QueryType as BaseResult; use Solarium\Core\Query\Result\QueryType as BaseResult;
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment