PHP 8.4.26 Released!

SolrQuery::addStatsField

(PECL solr >= 0.9.2)

SolrQuery::addStatsField — Maps to stats.field parameter

説明

public function SolrQuery::addStatsField(string $field): SolrQuery

Maps to stats.field parameter This methods adds another stats.field parameter.

パラメータ

field

The name of the field

戻り値

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

+add a note

User Contributed Notes

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