php8.5
Home/ Manual/ solr / solrquery/ SolrQuery::addFacetDateOther

SolrQuery::addFacetDateOther

PHP function Edit on GitHub ✎

(PECL solr >= 0.9.2)

Adds another facet.date.other parameter

Description

SolrQuery::addFacetDateOther(string $value, [string $field_override]): SolrQuery

Sets the facet.date.other parameter. Accepts an optional field override

Parameters

value

The value to use.

field_override

The field name for the override.

Return Values

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

Source: reference/solr/solrquery/addfacetdateother.xml · from the official PHP manual (php/doc-en)