SolrQuery::getTermsMaxCount— Returns the maximum document frequency说明 public SolrQuery::getTermsMaxCount(): int Returns the maximum document frequency 参数 此函数没有参数。返回值 Returns an integer on success and null if not set. User Contributed Notes There are no user contributed notes for...
SolrQuery::setTermsMaxCount—Sets the maximum document frequency 说明 publicSolrQuery::setTermsMaxCount(int$frequency) :SolrQuery Sets the maximum document frequency. 参数 frequency The maximum document frequency. 返回值 Returns the current SolrQuery object, if the return value is used. ...