SolrQuery::removeFacetDateOther
PHP function
Edit on GitHub ✎
(PECL solr >= 0.9.2)
Removes one of the facet.date.other parameters
Description
SolrQuery::removeFacetDateOther(string $value, [string $field_override]): SolrQuery
Removes one of the facet.date.other parameters
Parameters
valueThe value
field_overrideThe name of the field.
Return Values
Returns the current SolrQuery object, if the return value is used.