Commit e993186e authored by Bas de Nooijer's avatar Bas de Nooijer

Merge pull request #315 from jcroll/develop

[RFC] Docblock Update for Grouping Component Facets
parents c814ab80 b866a37c
...@@ -477,10 +477,11 @@ class Grouping extends Component ...@@ -477,10 +477,11 @@ class Grouping extends Component
/** /**
* Set facet option * 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+ * This parameter only is supported on Solr 4.0+
* *
* @param string $value * @param boolean $value
* @return self Provides fluent interface * @return self Provides fluent interface
*/ */
public function setFacet($value) public function setFacet($value)
...@@ -491,7 +492,7 @@ class Grouping extends Component ...@@ -491,7 +492,7 @@ class Grouping extends Component
/** /**
* Get facet option * Get facet option
* *
* @return string|null * @return boolean|null
*/ */
public function getFacet() public function getFacet()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment