On Mar 2, 2009, at 10:01 AM, gistol...@gmx.de wrote:
I'm using the facet.date function to get all matching docs per day:
q
=
foo
&rows
=
0
&facet
=
true
&facet
.date
=
date
&facet
.date
.start
=
2009
-01-31T00:00:00Z&facet.date.end=2009-03-01T23:59:59Z&facet.date.gap=
+1DAY&fq=+size:big
2009
Hello,
I'm using the facet.date function to get all matching docs per day:
q=foo&rows=0&facet=true&facet.date=date&facet.date.start=2009-01-31T00:00:00Z&facet.date.end=2009-03-01T23:59:59Z&facet.date.gap=+1DAY&fq=+size:big
2009-01-31T00:00:00Z -> 13 hits
2009-02-01T00:00:00Z -> 10 hits
...
As y