File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1313use eZ \Publish \SPI \Persistence \Content \Handler as ContentHandler ;
1414use eZ \Publish \SPI \Persistence \Content \Location \Handler as LocationHandler ;
1515use EzSystems \EzPlatformSolrSearchEngine \Gateway \EndpointRegistry ;
16- use EzSystems \EzPlatformSolrSearchEngine \Query \FacetBuilderVisitor ;
16+ use EzSystems \EzPlatformSolrSearchEngine \Query \FacetFieldVisitor ;
1717use EzSystems \EzPlatformSolrSearchEngine \ResultExtractor ;
1818use RuntimeException ;
1919
@@ -40,13 +40,14 @@ class LoadingResultExtractor extends ResultExtractor
4040 public function __construct (
4141 ContentHandler $ contentHandler ,
4242 LocationHandler $ locationHandler ,
43- FacetBuilderVisitor $ facetBuilderVisitor ,
43+ FacetFieldVisitor $ facetFieldVisitor ,
44+ AggregationResultExtractor $ aggregationResultExtractor ,
4445 EndpointRegistry $ endpointRegistry
4546 ) {
4647 $ this ->contentHandler = $ contentHandler ;
4748 $ this ->locationHandler = $ locationHandler ;
4849
49- parent ::__construct ($ facetBuilderVisitor , $ endpointRegistry );
50+ parent ::__construct ($ facetFieldVisitor , $ aggregationResultExtractor , $ endpointRegistry );
5051 }
5152
5253 /**
You can’t perform that action at this time.
0 commit comments