Re: Pivot-Facets with ranges

2013-06-25 Thread Jack Krupansky
:14 AM To: solr-user@lucene.apache.org Subject: Pivot-Facets with ranges Hi all, is it possible using SOLR 4.3 to combine pivot-facets with (date) range facets? Currently, what I get is sth. like date 2001-06-19T20:31:12Z 1 date 2001-06

Re: Pivot-Facets with ranges

2013-06-25 Thread Upayavira
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

Pivot-Facets with ranges

2013-06-25 Thread Jakob Frank
Hi all, is it possible using SOLR 4.3 to combine pivot-facets with (date) range facets? Currently, what I get is sth. like date 2001-06-19T20:31:12Z 1 date 2001-06-20T09:40:35Z 1 cat public