Re: Aggregate Values Inside a Facet Range

2016-11-04 Thread Furkan KAMACI
//pseudo date representation > > count:4 > > > > When I want to facet last 3 days data by timestamp its OK. However my > need > > is that: > > > > facets: > > TODAY: 16 //pseudo representation > > TODAY - 1: 50 //pseudo date representation &

Re: Aggregate Values Inside a Facet Range

2016-11-04 Thread William Bell
When I want to facet last 3 days data by timestamp its OK. However my need > is that: > > facets: > TODAY: 16 //pseudo representation > TODAY - 1: 50 //pseudo date representation > TODAY - 2: 0 //pseudo date representation > TODAY - 3: 4 //pseudo date re

Re: Aggregate Values Inside a Facet Range

2016-11-04 Thread Furkan KAMACI
e...@gmail.com> wrote: > >> On Fri, Nov 4, 2016 at 2:25 PM, Furkan KAMACI <furkankam...@gmail.com> >> wrote: >> > I mean, I have to facet by dates and aggregate values inside that facet >> > range. Is it possible to do that without multiple queries at Solr? >

Re: Aggregate Values Inside a Facet Range

2016-11-04 Thread Furkan KAMACI
tes and aggregate values inside that facet > > range. Is it possible to do that without multiple queries at Solr? > > This (old) blog shows a percentiles calculation under a range facet: > http://yonik.com/percentiles-for-solr-faceting/ > > -Yonik >

Re: Aggregate Values Inside a Facet Range

2016-11-04 Thread Yonik Seeley
On Fri, Nov 4, 2016 at 2:25 PM, Furkan KAMACI <furkankam...@gmail.com> wrote: > I mean, I have to facet by dates and aggregate values inside that facet > range. Is it possible to do that without multiple queries at Solr? This (old) blog shows a percentiles calculation under a range

Re: Aggregate Values Inside a Facet Range

2016-11-04 Thread David Santamauro
eed is that: facets: TODAY: 16 //pseudo representation TODAY - 1: 50 //pseudo date representation TODAY - 2: 0 //pseudo date representation TODAY - 3: 4 //pseudo date representation I mean, I have to facet by dates and aggregate values inside that facet range. Is it possible to

Aggregate Values Inside a Facet Range

2016-11-04 Thread Furkan KAMACI
representation I mean, I have to facet by dates and aggregate values inside that facet range. Is it possible to do that without multiple queries at Solr? Kind Regards, Furkan KAMACI