Re: No date.gap on pivoted facets

2013-07-02 Thread Dotan Cohen
On Sun, Jun 30, 2013 at 5:33 PM, Jack Krupansky wrote: > Sorry, but Solr pivot faceting is based solely on "field" facets, not > "range" (or "date") facets. > Thank you. I tried adding that information to the SimpleFacetParameters wiki page, but that page seems to be defined as "Immutable Page".

Re: No date.gap on pivoted facets

2013-06-30 Thread Jack Krupansky
Sorry, but Solr pivot faceting is based solely on "field" facets, not "range" (or "date") facets. You can approximate date gaps by making a copy of your raw date field and then manually "gap" (truncate) the date values so that the their discrete values correspond to your date gap. You can do