PHP 7.0.6 Released

SolrQuery::addGroupQuery

(PECL solr >= 2.2.0)

SolrQuery::addGroupQueryAllows grouping of documents that match the given query.

Description

public SolrQuery SolrQuery::addGroupQuery ( string $value )

Allows grouping of documents that match the given query. Adds query to the group.query parameter

Parameters

value

Return Values

SolrQuery

See Also

User Contributed Notes

There are no user contributed notes for this page.
To Top