Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
solarium
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
solarium
Commits
b866a37c
Commit
b866a37c
authored
Mar 04, 2015
by
Jarrett Croll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docblock update for grouping component facets
parent
c814ab80
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
library/Solarium/QueryType/Select/Query/Component/Grouping.php
...ry/Solarium/QueryType/Select/Query/Component/Grouping.php
+5
-4
No files found.
library/Solarium/QueryType/Select/Query/Component/Grouping.php
View file @
b866a37c
...
@@ -477,11 +477,12 @@ class Grouping extends Component
...
@@ -477,11 +477,12 @@ 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
()
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment