SolrQuery::addFacetDateOther

Adds another facet.date.other parameter

説明

public SolrQuery SolrQuery::addFacetDateOther(string $value, string $field_override = ?)

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

パラメータ

value

The value to use.

field_override

The field name for the override.

戻り値

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