SolrQuery::removeStatsField

(PECL solr >= 0.9.2)

SolrQuery::removeStatsFieldRemoves one of the stats.field parameters

Descrição

publicSolrQuery::removeStatsField(string$field): SolrQuery

Removes one of the stats.field parameters

Parâmetros

field

The name of the field.

Valor Retornado

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

To Top