Re: [Solr 4] Data grouping on weeks

2013-11-11 Thread Erick Erickson
You're probably looking at "date math", see: http://lucene.apache.org/solr/4_5_1/solr-core/org/apache/solr/util/DateMathParser.html You're probably going to be faceting to get these counts, see "facet ranges" here: http://wiki.apache.org/solr/SimpleFacetParameters#Facet_by_Range So the start is s

[Solr 4] Data grouping on weeks

2013-11-11 Thread Jamshaid Ashraf
Hi, I'm new with solr and wanted to group data on weeks, is there any built-in date round function so I give date to this function and it return me the week of the year. For example I query to solr against date ("01/01/2013") it should return me (1st week of 2013). Like I have following document