(PECL sphinx >= 0.1.0)
SphinxClient::setGroupDistinct — Set attribute name for per-group distinct values count calculations
public SphinxClient::setGroupDistinct ( string $attribute ) : bool
Sets attribute name for per-group distinct values count calculations. Only available for grouping queries. For each group, all values of attribute will be stored, then the amount of distinct values will be calculated and returned to the client. This feature is similar to COUNT(DISTINCT) clause in SQL.
attribute
A string containing group-by attribute name.
Returns true on success or false on failure.
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/sphinxclient.setgroupdistinct.php