(PECL solr >= 0.9.2)
Sets the minimum word length
public SolrQuery SolrQuery::setMltMinWordLength ( int $minWordLength )
Sets the minimum word length below which words will be ignored.
Parameters:
minWordLength
The minimum word length below which words will be ignored
Returns:
Returns the current SolrQuery object, if the return value is used.
Please login to continue.