array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'solrquery.getmltmindocfrequency.php', 1 => 'SolrQuery::getMltMinDocFrequency', 2 => 'Returns the treshold frequency at which words will be ignored which do not occur in at least this many docs', ), 'up' => array ( 0 => 'class.solrquery.php', 1 => 'SolrQuery', ), 'prev' => array ( 0 => 'solrquery.getmltmaxwordlength.php', 1 => 'SolrQuery::getMltMaxWordLength', ), 'next' => array ( 0 => 'solrquery.getmltmintermfrequency.php', 1 => 'SolrQuery::getMltMinTermFrequency', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/solr/solrquery/getmltmindocfrequency.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

SolrQuery::getMltMinDocFrequency

(PECL solr >= 0.9.2)

SolrQuery::getMltMinDocFrequencyReturns the treshold frequency at which words will be ignored which do not occur in at least this many docs

Beschreibung

public SolrQuery::getMltMinDocFrequency(): int

Returns the treshold frequency at which words will be ignored which do not occur in at least this many docs

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Returns an integer on success and null if not set.