>>
>> Thanks,
>> Lewin
>>
>> -Original Message-----
>> From: Yonik Seeley [mailto:ysee...@gmail.com]
>> Sent: Monday, August 17, 2015 12:26 PM
>> To: solr-user@lucene.apache.org
>> Subject: Re: SOLR to pivot on date range query
>>
>
hat in my original mail.
>
> Thanks,
> Lewin
>
> -Original Message-
> From: Yonik Seeley [mailto:ysee...@gmail.com]
> Sent: Monday, August 17, 2015 12:26 PM
> To: solr-user@lucene.apache.org
> Subject: Re: SOLR to pivot on date range query
>
> The JSON Facet API
-Original Message-
From: Yonik Seeley [mailto:ysee...@gmail.com]
Sent: Monday, August 17, 2015 12:26 PM
To: solr-user@lucene.apache.org
Subject: Re: SOLR to pivot on date range query
The JSON Facet API can embed any type of facet within any other type:
http://yonik.com/json-facet-api
The JSON Facet API can embed any type of facet within any other type:
http://yonik.com/json-facet-api/
json.facet={
dates : {
type : range,
field : entryDate,
start : "2001-...", // use full solr date format
end : "2015...",
gap : "+1MONTH",
facet : {
type:terms,