PHP 7.0.6 Released

SolrQuery::getTermsMaxCount

(PECL solr >= 0.9.2)

SolrQuery::getTermsMaxCountReturns the maximum document frequency

Description

public int SolrQuery::getTermsMaxCount ( void )

Returns the maximum document frequency

Parameters

This function has no parameters.

Return Values

Returns an integer on success and NULL if not set.

User Contributed Notes

There are no user contributed notes for this page.
To Top