PHP 8.3.4 Released!

SolrQuery::addStatsField

(PECL solr >= 0.9.2)

SolrQuery::addStatsFieldMaps to stats.field parameter

Descrizione

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

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

Elenco dei parametri

field

The name of the field

Valori restituiti

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