SolrQuery::setMltCount
PHP function
Edit on GitHub ✎
(PECL solr >= 0.9.2)
Set the number of similar documents to return for each result
Description
SolrQuery::setMltCount(int $count): SolrQuery
Set the number of similar documents to return for each result
Parameters
countThe number of similar documents to return for each result
Return Values
Returns the current SolrQuery object, if the return value is used.