@@ -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; |
@@ -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,7 +14,6 @@ |
||
14 | 14 | * The TYPO3 project - inspiring people to share! |
15 | 15 | */ |
16 | 16 | |
17 | -use ApacheSolrForTypo3\Solr\Domain\Search\LastSearches\LastSearchesService; |
|
18 | 17 | use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\FacetRegistry; |
19 | 18 | use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Sorting\Sorting; |
20 | 19 | use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Spellchecking\Suggestion; |
@@ -28,7 +28,6 @@ |
||
28 | 28 | use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\SearchResultSet; |
29 | 29 | use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\SearchResultSetProcessor; |
30 | 30 | use ApacheSolrForTypo3\Solr\Query; |
31 | -use ApacheSolrForTypo3\Solr\System\Configuration\TypoScriptConfiguration; |
|
32 | 31 | use ApacheSolrForTypo3\Solr\HtmlContentExtractor; |
33 | 32 | use TYPO3\CMS\Core\Utility\GeneralUtility; |
34 | 33 |
@@ -24,9 +24,7 @@ |
||
24 | 24 | * This copyright notice MUST APPEAR in all copies of the script! |
25 | 25 | ***************************************************************/ |
26 | 26 | |
27 | -use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\FacetQueryBuilderRegistry; |
|
28 | 27 | use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\FacetRegistry; |
29 | -use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\FacetUrlDecoderRegistry; |
|
30 | 28 | use ApacheSolrForTypo3\Solr\Domain\Search\SearchRequest; |
31 | 29 | use ApacheSolrForTypo3\Solr\Domain\Search\SearchRequestAware; |
32 | 30 | use ApacheSolrForTypo3\Solr\Query; |
@@ -25,7 +25,6 @@ |
||
25 | 25 | ***************************************************************/ |
26 | 26 | |
27 | 27 | use ApacheSolrForTypo3\Solr\Search\FacetsModifier; |
28 | -use ApacheSolrForTypo3\Solr\Search\SearchAware; |
|
29 | 28 | use ApacheSolrForTypo3\Solr\System\Configuration\TypoScriptConfiguration; |
30 | 29 | use ApacheSolrForTypo3\Solr\System\Logging\SolrLogManager; |
31 | 30 | use TYPO3\CMS\Core\SingletonInterface; |