Skip to content

Commit

Permalink
Merge pull request solariumphp#315 from jcroll/develop
Browse files Browse the repository at this point in the history
[RFC] Docblock Update for Grouping Component Facets
  • Loading branch information
basdenooijer committed Mar 9, 2015
2 parents c814ab8 + b866a37 commit e993186
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -477,11 +477,12 @@ public function getFunction()
/**
* Set facet option
*
* Group based on the unique values of a function query.
* Whether to compute grouped facets.
* Grouped facets are computed based on the first specified group.
* This parameter only is supported on Solr 4.0+
*
* @param string $value
* @return self Provides fluent interface
* @param boolean $value
* @return self Provides fluent interface
*/
public function setFacet($value)
{
Expand All @@ -491,7 +492,7 @@ public function setFacet($value)
/**
* Get facet option
*
* @return string|null
* @return boolean|null
*/
public function getFacet()
{
Expand Down

0 comments on commit e993186

Please sign in to comment.