@@ -30,7 +30,7 @@ |
||
30 | 30 | * @param SearchResultSet $resultSet |
31 | 31 | * @param string $facetName |
32 | 32 | * @param array $facetConfiguration |
33 | - * @return OptionsFacet|null |
|
33 | + * @return null|\ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\OptionBased\AbstractOptionsFacet |
|
34 | 34 | */ |
35 | 35 | public function parse(SearchResultSet $resultSet, $facetName, array $facetConfiguration) |
36 | 36 | { |
@@ -32,7 +32,7 @@ |
||
32 | 32 | * @param SearchResultSet $resultSet |
33 | 33 | * @param string $facetName |
34 | 34 | * @param array $facetConfiguration |
35 | - * @return QueryGroupFacet|null |
|
35 | + * @return null|\ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\OptionBased\AbstractOptionsFacet |
|
36 | 36 | */ |
37 | 37 | public function parse(SearchResultSet $resultSet, $facetName, array $facetConfiguration) |
38 | 38 | { |
@@ -63,7 +63,6 @@ |
||
63 | 63 | * Register a facet type with its helper classes. |
64 | 64 | * |
65 | 65 | * @param string $facetType Facet type that can be used in a TypoScript facet configuration |
66 | - * @param string $rendererClassName Class used to render the facet UI |
|
67 | 66 | * @param string $filterEncoderClassName Class used to translate filter parameter from the URL to Lucene filter syntax |
68 | 67 | * @param string $queryFacetBuilderClassName Class used to build the facet parameters according to the facet's configuration |
69 | 68 | */ |