@@ -28,7 +28,6 @@ |
||
28 | 28 | use ApacheSolrForTypo3\Solr\Domain\Index\Queue\RecordMonitor\Helper\MountPagesUpdater; |
29 | 29 | use ApacheSolrForTypo3\Solr\Domain\Index\Queue\RecordMonitor\Helper\RootPageResolver; |
30 | 30 | use ApacheSolrForTypo3\Solr\GarbageCollector; |
31 | -use ApacheSolrForTypo3\Solr\System\Cache\TwoLevelCache; |
|
32 | 31 | use ApacheSolrForTypo3\Solr\System\Configuration\ExtensionConfiguration; |
33 | 32 | use ApacheSolrForTypo3\Solr\System\TCA\TCAService; |
34 | 33 | use ApacheSolrForTypo3\Solr\Util; |
@@ -14,12 +14,8 @@ |
||
14 | 14 | * The TYPO3 project - inspiring people to share! |
15 | 15 | */ |
16 | 16 | |
17 | -use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\AbstractFacet; |
|
18 | 17 | use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\AbstractFacetParser; |
19 | -use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\FacetParserInterface; |
|
20 | 18 | use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\SearchResultSet; |
21 | -use TYPO3\CMS\Core\Utility\GeneralUtility; |
|
22 | -use TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer; |
|
23 | 19 | |
24 | 20 | /** |
25 | 21 | * Class OptionsFacetParser |
@@ -14,12 +14,8 @@ |
||
14 | 14 | * The TYPO3 project - inspiring people to share! |
15 | 15 | */ |
16 | 16 | |
17 | -use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\AbstractFacet; |
|
18 | 17 | use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\AbstractFacetParser; |
19 | -use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\FacetParserInterface; |
|
20 | 18 | use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\SearchResultSet; |
21 | -use TYPO3\CMS\Core\Utility\GeneralUtility; |
|
22 | -use TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer; |
|
23 | 19 | |
24 | 20 | /** |
25 | 21 | * Class OptionsFacetParser |
@@ -13,10 +13,8 @@ |
||
13 | 13 | * |
14 | 14 | * The TYPO3 project - inspiring people to share! |
15 | 15 | */ |
16 | -use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\AbstractFacet; |
|
17 | 16 | use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\AbstractFacetParser; |
18 | 17 | use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\SearchResultSet; |
19 | -use TYPO3\CMS\Core\Utility\GeneralUtility; |
|
20 | 18 | |
21 | 19 | /** |
22 | 20 | * Class QueryGroupFacetParser |
@@ -14,12 +14,8 @@ |
||
14 | 14 | * The TYPO3 project - inspiring people to share! |
15 | 15 | */ |
16 | 16 | |
17 | -use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\AbstractFacet; |
|
18 | -use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\AbstractFacetParser; |
|
19 | -use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\FacetParserInterface; |
|
20 | 17 | use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\RangeBased\AbstractRangeFacetParser; |
21 | 18 | use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\SearchResultSet; |
22 | -use TYPO3\CMS\Core\Utility\GeneralUtility; |
|
23 | 19 | |
24 | 20 | /** |
25 | 21 | * Class NumericRangeFacetParser |
@@ -15,8 +15,6 @@ |
||
15 | 15 | */ |
16 | 16 | |
17 | 17 | use ApacheSolrForTypo3\Solr\Domain\Search\Score\ScoreCalculationService; |
18 | -use ApacheSolrForTypo3\Solr\Tests\Unit\Domain\Search\Score\ScoreCalculationServiceTest; |
|
19 | -use ApacheSolrForTypo3\Solr\Util; |
|
20 | 18 | use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\SearchResultSet; |
21 | 19 | use ApacheSolrForTypo3\Solr\ViewHelpers\AbstractViewHelper; |
22 | 20 | use TYPO3\CMS\Core\Utility\GeneralUtility; |
@@ -15,7 +15,6 @@ |
||
15 | 15 | */ |
16 | 16 | |
17 | 17 | use ApacheSolrForTypo3\Solr\ViewHelpers\AbstractViewHelper; |
18 | -use TYPO3\CMS\Core\Utility\GeneralUtility; |
|
19 | 18 | use TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface; |
20 | 19 | use TYPO3\CMS\Fluid\Core\ViewHelper\Facets\CompilableInterface; |
21 | 20 |
@@ -14,10 +14,8 @@ |
||
14 | 14 | * The TYPO3 project - inspiring people to share! |
15 | 15 | */ |
16 | 16 | |
17 | -use ApacheSolrForTypo3\Solr\Util; |
|
18 | 17 | use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\SearchResultSet; |
19 | 18 | use ApacheSolrForTypo3\Solr\ViewHelpers\AbstractViewHelper; |
20 | -use TYPO3\CMS\Core\Utility\GeneralUtility; |
|
21 | 19 | use TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface; |
22 | 20 | use TYPO3\CMS\Fluid\Core\ViewHelper\Facets\CompilableInterface; |
23 | 21 |
@@ -14,7 +14,6 @@ |
||
14 | 14 | * The TYPO3 project - inspiring people to share! |
15 | 15 | */ |
16 | 16 | |
17 | -use ApacheSolrForTypo3\Solr\Search; |
|
18 | 17 | use ApacheSolrForTypo3\Solr\ViewHelpers\AbstractViewHelper; |
19 | 18 | use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\SearchResultSet; |
20 | 19 | use TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface; |