In the example on the wiki at gives the facet counts for date per day.How
should the query look like to get date facets by month.


http://wiki.apache.org/solr/SimpleFacetParameters#head-068dc96b0dac1cfc7264fe85528d7df5bf391acd


Here is the sample query for day level facet counts.

http://localhost:8983/solr/select/?q=*:*&rows=0&facet=true&facet.date=timestamp&facet.date.start=NOW/DAY-5DAYS&facet.date.end=NOW/DAY%2B1DAY&facet.date.gap=%2B1DAY
 


thanks,
Raju
-- 
View this message in context: 
http://www.nabble.com/Get-date-facet-counts-per-month-tp23175859p23175859.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to