SolrQuery::getFacetDateFields

(PECL solr >= 0.9.2)

SolrQuery::getFacetDateFieldsReturns all the facet.date fields

説明

publicSolrQuery::getFacetDateFields(): array

Returns all the facet.date fields

パラメータ

この関数にはパラメータはありません。

戻り値

Returns all the facet.date fields as an array or null if none was set

To Top