PHP 8.3.4 Released!

SolrQuery::removeStatsFacet

(PECL solr >= 0.9.2)

SolrQuery::removeStatsFacetRemoves one of the stats.facet parameters

说明

public SolrQuery::removeStatsFacet(string $value): SolrQuery

Removes one of the stats.facet parameters

参数

value

The value

返回值

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