SolrQuery::addGroupQuery

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

Description

public SolrQuery::addGroupQuery(string $value): SolrQuery

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

Parameters

value

Return Values

SolrQuery

See Also