update : 2015.11.03
php.shukuma.com

검색:
 
 
Sets the maximum number of query terms included

SolrQuery::setMltMaxNumQueryTerms

(PECL solr >= 0.9.2)

SolrQuery::setMltMaxNumQueryTermsSets the maximum number of query terms included

설명

public SolrQuery SolrQuery::setMltMaxNumQueryTerms ( int $value )

Sets the maximum number of query terms that will be included in any generated query.

인수

value

The maximum number of query terms that will be included in any generated query

반환값

Returns the current SolrQuery object, if the return value is used.