@@ -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 |
@@ -34,7 +34,6 @@ |
||
34 | 34 | use ApacheSolrForTypo3\Solr\Domain\Search\Query\ParameterBuilder\QueryFields; |
35 | 35 | use ApacheSolrForTypo3\Solr\Domain\Search\Query\ParameterBuilder\ReturnFields; |
36 | 36 | use ApacheSolrForTypo3\Solr\Domain\Search\Query\ParameterBuilder\TrigramPhraseFields; |
37 | -use ApacheSolrForTypo3\Solr\Domain\Site\SiteHashService; |
|
38 | 37 | use ApacheSolrForTypo3\Solr\FieldProcessor\PageUidToHierarchy; |
39 | 38 | use ApacheSolrForTypo3\Solr\System\Configuration\TypoScriptConfiguration; |
40 | 39 | use ApacheSolrForTypo3\Solr\Util; |