SolrQuery::getMltMinTermFrequency
PHP Manual
PHP Manual»SolrQuery»SolrQuery::getMltMinTermFrequency

SolrQuery::getMltMinTermFrequency

(PECL solr >= 0.9.2)

SolrQuery::getMltMinTermFrequencyReturns the frequency below which terms will be ignored in the source document

Опис

public function SolrQuery::getMltMinTermFrequency(): int

Returns the frequency below which terms will be ignored in the source document

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Returns an integer on success and null if not set.

To Top