Commit b866a37c authored by Jarrett Croll's avatar Jarrett Croll

docblock update for grouping component facets

parent c814ab80
......@@ -477,10 +477,11 @@ class Grouping extends Component
/**
* 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
* @param boolean $value
* @return self Provides fluent interface
*/
public function setFacet($value)
......@@ -491,7 +492,7 @@ class Grouping extends Component
/**
* Get facet option
*
* @return string|null
* @return boolean|null
*/
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