At index time, add an hour field and then just field.facet on that.
If you want to search/facet on something that you have available at index
time... index it that way :) rather than trying to do the work at query time.
And you could certainly do this automatically with a copyField and a custo
Do it on the client, strip off the date and add together ny values you
have for the same hour.
Upayavira
On Sat, Feb 9, 2013, at 06:15 AM, Cool Techi wrote:
> Hi,
>
> I want to facet results on an hourly basis, the following query gives me
> an hourly breakdown, but with the date part. I want ju