@@ -24,7 +24,6 @@ |
||
24 | 24 | * This copyright notice MUST APPEAR in all copies of the script! |
25 | 25 | ***************************************************************/ |
26 | 26 | |
27 | -use ApacheSolrForTypo3\Solr\Search; |
|
28 | 27 | use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\SearchResultSet; |
29 | 28 | use ApacheSolrForTypo3\Solr\Widget\AbstractWidgetViewHelper; |
30 | 29 |
@@ -13,7 +13,6 @@ |
||
13 | 13 | * |
14 | 14 | * The TYPO3 project - inspiring people to share! |
15 | 15 | */ |
16 | -use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\SearchResultSet; |
|
17 | 16 | |
18 | 17 | /** |
19 | 18 | * Abstract item that represent a value of a facet. E.g. an option or a node |
@@ -14,11 +14,9 @@ |
||
14 | 14 | * The TYPO3 project - inspiring people to share! |
15 | 15 | */ |
16 | 16 | |
17 | -use ApacheSolrForTypo3\Solr\System\Configuration\ConfigurationManager; |
|
18 | 17 | use ApacheSolrForTypo3\Solr\System\Configuration\TypoScriptConfiguration; |
19 | 18 | use TYPO3\CMS\Core\TypoScript\TypoScriptService; |
20 | 19 | use TYPO3\CMS\Core\Utility\GeneralUtility; |
21 | -use TYPO3\CMS\Extbase\Configuration\ConfigurationManager as ExtbaseConfigurationManager; |
|
22 | 20 | use TYPO3\CMS\Extbase\Reflection\ObjectAccess; |
23 | 21 | use TYPO3\CMS\Extbase\Service\FlexFormService; |
24 | 22 |
@@ -38,9 +38,7 @@ |
||
38 | 38 | use ApacheSolrForTypo3\Solr\Search\SearchComponentManager; |
39 | 39 | use ApacheSolrForTypo3\Solr\System\Configuration\TypoScriptConfiguration; |
40 | 40 | use ApacheSolrForTypo3\Solr\System\Logging\SolrLogManager; |
41 | -use ApacheSolrForTypo3\Solr\System\Solr\SolrCommunicationException; |
|
42 | 41 | use ApacheSolrForTypo3\Solr\System\Solr\SolrIncompleteResponseException; |
43 | -use ApacheSolrForTypo3\Solr\System\Solr\SolrInternalServerErrorException; |
|
44 | 42 | use TYPO3\CMS\Core\Utility\GeneralUtility; |
45 | 43 | use TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer; |
46 | 44 |