GoLang SolrQuery::setRows

request it (286)
GoLang replacement for PHP's SolrQuery::setRows [edit | history]



Do you know a GoLang replacement for PHP's SolrQuery::setRows? Write it!

PHP SolrQuery::setRows

PHP original manual for SolrQuery::setRows [ show | php.net ]

SolrQuery::setRows

(PECL solr >= 0.9.2)

SolrQuery::setRowsSpecifies the maximum number of rows to return in the result

Description

public SolrQuery SolrQuery::setRows ( int $rows )

Specifies the maximum number of rows to return in the result

Parameters

rows

The maximum number of rows to return

Return Values

Returns the current SolrQuery object.