PHP 8.3.4 Released!

SolrQuery::addGroupFunction

(PECL solr >= 2.2.0)

SolrQuery::addGroupFunctionAllows grouping results based on the unique values of a function query (group.func parameter)

説明

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

Adds a group function (group.func parameter) Allows grouping results based on the unique values of a function query.

パラメータ

value

戻り値

SolrQuery

参考

add a note

User Contributed Notes

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