Re: Grouping by a date field

2012-11-30 Thread sdanzig
Hey, great advice Amit, Jack, and Chris. It's been a while since I got such a nice array of options! My response... yes, Amit, I thought of your way before posting... I was just thinking, eh, there must be a way in SOLR, since it was so easy to do the facets. So I wanted an alternative first bef

Grouping by a date field

2012-11-29 Thread sdanzig
I'm trying to create a SOLR query that groups/field collapses by date. I have a field in -MM-dd'T'HH:mm:ss'Z' format, "datetime", and I'm looking to group by just per day. When grouping on this field using group.field=datetime in the query, SOLR responds with a group for every second. I'm ab