array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), 'this' => array ( 0 => 'solrquery.setgroupformat.php', 1 => 'SolrQuery::setGroupFormat', 2 => 'Sets the group format, result structure (group.format parameter)', ), 'up' => array ( 0 => 'class.solrquery.php', 1 => 'SolrQuery', ), 'prev' => array ( 0 => 'solrquery.setgroupfacet.php', 1 => 'SolrQuery::setGroupFacet', ), 'next' => array ( 0 => 'solrquery.setgrouplimit.php', 1 => 'SolrQuery::setGroupLimit', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/solr/solrquery/setgroupformat.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

SolrQuery::setGroupFormat

(PECL solr >= 2.2.0)

SolrQuery::setGroupFormatSets the group format, result structure (group.format parameter)

Açıklama

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

Sets the group.format parameter. If this parameter is set to simple, the grouped documents are presented in a single flat list, and the start and rows parameters affect the numbers of documents instead of groups. Accepts: grouped/simple

Bağımsız Değişkenler

value

Dönen Değerler

Ayrıca Bakınız