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
valueThe value to use.
field_overrideThe field name for the override.
Return Values
Returns the current SolrQuery object, if the return value is used.