update : 2015.11.03
php.shukuma.com

검색:
 
 
Maps to facet.date

SolrQuery::addFacetDateField

(PECL solr >= 0.9.2)

SolrQuery::addFacetDateFieldMaps to facet.date

설명

public SolrQuery SolrQuery::addFacetDateField ( string $dateField )

This method allows you to specify a field which should be treated as a facet.

It can be used multiple times with different field names to indicate multiple facet fields

인수

dateField

The name of the date field.

반환값

Returns a SolrQuery object.