SolrQuery::getFacetDateHardEnd

(PECL solr >= 0.9.2)

SolrQuery::getFacetDateHardEndReturns the value of the facet.date.hardend parameter

Açıklama

publicSolrQuery::getFacetDateHardEnd(string$field_override = ?): string

Returns the value of the facet.date.hardend parameter. Accepts an optional field override

Bağımsız Değişkenler

field_override

The name of the field

Dönen Değerler

Returns a string on success and null if not set

To Top