GoLang SolrQuery::setMltCount

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



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

PHP SolrQuery::setMltCount

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

SolrQuery::setMltCount

(PECL solr >= 0.9.2)

SolrQuery::setMltCountSet the number of similar documents to return for each result

Description

public SolrQuery SolrQuery::setMltCount ( int $count )

Set the number of similar documents to return for each result

Parameters

count

The number of similar documents to return for each result

Return Values

Returns the current SolrQuery object, if the return value is used.