@@ -165,10 +165,10 @@ |
||
165 | 165 | // direct access for small paths |
166 | 166 | case 1: |
167 | 167 | $this->data[$pathArray[0]] = $value; |
168 | - return; |
|
168 | + return; |
|
169 | 169 | case 2: |
170 | 170 | $this->data[$pathArray[0]][$pathArray[1]] = $value; |
171 | - return; |
|
171 | + return; |
|
172 | 172 | default: |
173 | 173 | $this->setDeepElementWithLoop($pathArray, $value); |
174 | 174 | } |
@@ -27,7 +27,6 @@ |
||
27 | 27 | use Apache_Solr_Document; |
28 | 28 | use ApacheSolrForTypo3\Solr\Access\Rootline; |
29 | 29 | use ApacheSolrForTypo3\Solr\Domain\Search\ApacheSolrDocument\Builder; |
30 | -use ApacheSolrForTypo3\Solr\Domain\Variants\IdBuilder; |
|
31 | 30 | use ApacheSolrForTypo3\Solr\FieldProcessor\Service; |
32 | 31 | use ApacheSolrForTypo3\Solr\IndexQueue\FrontendHelper\PageFieldMappingIndexer; |
33 | 32 | use ApacheSolrForTypo3\Solr\IndexQueue\Item; |