No, facet.pivot takes a comma-separated list of "fields", with no support
for "ranges".
But, you can have a combination of field and range facets without pivoting.
-- Jack Krupansky
-Original Message-
From: Jakob Frank
Sent: Tuesday, June 25, 2013 6:14 AM
To: solr-user@lucene.apache.
You can only do this with some index time work. If you index the date
field rounded to the various levels you need, then you can pivot facet
on your rounded date. At present you will need to do this rounding in
your own indexing code before it gets near to Solr. However, I have
created some roundin