@@ -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 |
@@ -108,7 +108,7 @@ |
||
108 | 108 | * @param string $groupList |
109 | 109 | * @return SuggestQuery |
110 | 110 | */ |
111 | - public function buildSuggestQuery(string $queryString ,string $additionalFilters, int $requestId, string $groupList) : SuggestQuery |
|
111 | + public function buildSuggestQuery(string $queryString, string $additionalFilters, int $requestId, string $groupList) : SuggestQuery |
|
112 | 112 | { |
113 | 113 | $suggestQuery = GeneralUtility::makeInstance(SuggestQuery::class, $queryString); |
114 | 114 |