array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'solrquery.setexpandrows.php', 1 => 'SolrQuery::setExpandRows', 2 => 'Sets the number of rows to display in each group (expand.rows). Server Default 5', ), 'up' => array ( 0 => 'class.solrquery.php', 1 => 'SolrQuery', ), 'prev' => array ( 0 => 'solrquery.setexpandquery.php', 1 => 'SolrQuery::setExpandQuery', ), 'next' => array ( 0 => 'solrquery.setexplainother.php', 1 => 'SolrQuery::setExplainOther', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/solr/solrquery/setexpandrows.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

SolrQuery::setExpandRows

(PECL solr >= 2.2.0)

SolrQuery::setExpandRowsSets the number of rows to display in each group (expand.rows). Server Default 5

说明

public SolrQuery::setExpandRows(int $value): SolrQuery

Sets the number of rows to display in each group (expand.rows). Server Default 5

参数

value

返回值

SolrQuery

参见