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 SolrQuery::addGroupFunction ( string $value )

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

인수

value

반환값

SolrQuery

참고

add a note add a note

User Contributed Notes

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