SolrQuery::getMltMinWordLength

(PECL solr >= 0.9.2)

SolrQuery::getMltMinWordLengthReturns the minimum word length below which words will be ignored

Description

publicSolrQuery::getMltMinWordLength(): int

Returns the minimum word length below which words will be ignored

Parameters

This function has no parameters.

Return Values

Returns an integer on success and null if not set.

To Top