<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.solrquery.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'solrquery.setmltcount.php',
    1 => 'SolrQuery::setMltCount',
    2 => 'Set the number of similar documents to return for each result',
  ),
  'up' => 
  array (
    0 => 'class.solrquery.php',
    1 => 'SolrQuery',
  ),
  'prev' => 
  array (
    0 => 'solrquery.setmltboost.php',
    1 => 'SolrQuery::setMltBoost',
  ),
  'next' => 
  array (
    0 => 'solrquery.setmltmaxnumqueryterms.php',
    1 => 'SolrQuery::setMltMaxNumQueryTerms',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/solr/solrquery/setmltcount.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="solrquery.setmltcount" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">SolrQuery::setMltCount</h1>
  <p class="verinfo">(PECL solr &gt;= 0.9.2)</p><p class="refpurpose"><span class="refname">SolrQuery::setMltCount</span> &mdash; <span class="dc-title">Set the number of similar documents to return for each result</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-solrquery.setmltcount-description">
  <h3 class="title">Descrizione</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>SolrQuery::setMltCount</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$count</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>

  <p class="para rdfs-comment">
   Set the number of similar documents to return for each result
  </p>

 </div>


 <div class="refsect1 parameters" id="refsect1-solrquery.setmltcount-parameters">
  <h3 class="title">Elenco dei parametri</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">count</code></dt>
     <dd>
      <p class="para">
       The number of similar documents to return for each result
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-solrquery.setmltcount-returnvalues">
  <h3 class="title">Valori restituiti</h3>
  <p class="para">
   Returns the current SolrQuery object, if the return value is used.
  </p>
 </div>


</div><?php manual_footer($setup); ?>