@@ -39,9 +39,7 @@ |
||
39 | 39 | use ApacheSolrForTypo3\Solr\Search\SearchComponentManager; |
40 | 40 | use ApacheSolrForTypo3\Solr\System\Configuration\TypoScriptConfiguration; |
41 | 41 | use ApacheSolrForTypo3\Solr\System\Logging\SolrLogManager; |
42 | -use ApacheSolrForTypo3\Solr\System\Solr\SolrCommunicationException; |
|
43 | 42 | use ApacheSolrForTypo3\Solr\System\Solr\SolrIncompleteResponseException; |
44 | -use ApacheSolrForTypo3\Solr\System\Solr\SolrInternalServerErrorException; |
|
45 | 43 | use TYPO3\CMS\Core\Utility\GeneralUtility; |
46 | 44 | use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Result\SearchResultBuilder; |
47 | 45 |