clean n' easy solution, but there
apparently isn't one.
- Scott
--
View this message in context:
http://lucene.472066.n3.nabble.com/Grouping-by-a-date-field-tp4023318p4023563.html
Sent from the Solr - User mailing list archive at Nabble.com.
: What's the performance impact of doing this?
the function approach should have slower query times compared to the "new
field containing day" approach because it has to do the computation for
every doc at query time, but it's less flexible because you have to know
in advance you want to use i
absolute requirement for all particular changes to how an app uses
Solr.
-- Jack Krupansky
-Original Message-
From: Amit Nithian
Sent: Friday, November 30, 2012 12:04 AM
To: solr-user@lucene.apache.org
Subject: Re: Grouping by a date field
What's the performance impact of doing
ue&group.func=**rint(div(ms(date_dt),mul(24,**
> mul(60,mul(60,1000)
>
> -- Jack Krupansky
>
> -Original Message- From: Amit Nithian
> Sent: Thursday, November 29, 2012 10:29 PM
> To: solr-user@lucene.apache.org
> Subject: Re: Grouping by a date field
>
an
Sent: Thursday, November 29, 2012 10:29 PM
To: solr-user@lucene.apache.org
Subject: Re: Grouping by a date field
Why not create a new field that just contains the day component? Then you
can group by this field.
On Thu, Nov 29, 2012 at 12:38 PM, sdanzig wrote:
I'm trying to create a SO
ups. Advice please?
>
> - Scott
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Grouping-by-a-date-field-tp4023318.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>
onds with a group for every
second. I'm able to easily use this field to create day-based facets, but
not groups. Advice please?
- Scott
--
View this message in context:
http://lucene.472066.n3.nabble.com/Grouping-by-a-date-field-tp4023318.html
Sent from the Solr - User mailing list archive at Nabble.com.