Re: Heatmap in JSON facet API

2016-11-02 Thread Никита Веневитин
Thank you

2016-11-02 7:35 GMT+03:00 David Smiley :

> I plan on adding this in the near future... hopefully for Solr 6.4.
>
> On Mon, Oct 31, 2016 at 7:06 AM Никита Веневитин <
> venevitinnik...@gmail.com>
> wrote:
>
> > I've built query as described in https://cwiki.apache.org/confluence/x/ZYDxAQ;>Heatmap Faceting,
> > but I would like to get same results using JSON facet API
> >
> > 2016-10-30 15:24 GMT+03:00 GW :
> >
> > > If we are talking about the same kind of heat maps you might want to
> look
> > > at the TomTom map API for a quick and dirty yet solid solution. Just
> > supply
> > > a whack of coordinates and let TomTom do the work. The Heat maps will
> > zoom
> > > in and de-cluster.
> > >
> > > Example below.
> > >
> > > http://www.frogclassifieds.com/tomtom/markers-clustering.html
> > >
> > >
> > > On 28 October 2016 at 09:05, Никита Веневитин <
> venevitinnik...@gmail.com
> > >
> > > wrote:
> > >
> > > > Hi!
> > > > Is it possible to use JSON facet API to get heatmaps?
> > > >
> > >
> >
> --
> Lucene/Solr Search Committer, Consultant, Developer, Author, Speaker
> LinkedIn: http://linkedin.com/in/davidwsmiley | Book:
> http://www.solrenterprisesearchserver.com
>


Re: Heatmap in JSON facet API

2016-11-01 Thread David Smiley
I plan on adding this in the near future... hopefully for Solr 6.4.

On Mon, Oct 31, 2016 at 7:06 AM Никита Веневитин 
wrote:

> I've built query as described in https://cwiki.apache.org/confluence/x/ZYDxAQ;>Heatmap Faceting,
> but I would like to get same results using JSON facet API
>
> 2016-10-30 15:24 GMT+03:00 GW :
>
> > If we are talking about the same kind of heat maps you might want to look
> > at the TomTom map API for a quick and dirty yet solid solution. Just
> supply
> > a whack of coordinates and let TomTom do the work. The Heat maps will
> zoom
> > in and de-cluster.
> >
> > Example below.
> >
> > http://www.frogclassifieds.com/tomtom/markers-clustering.html
> >
> >
> > On 28 October 2016 at 09:05, Никита Веневитин  >
> > wrote:
> >
> > > Hi!
> > > Is it possible to use JSON facet API to get heatmaps?
> > >
> >
>
-- 
Lucene/Solr Search Committer, Consultant, Developer, Author, Speaker
LinkedIn: http://linkedin.com/in/davidwsmiley | Book:
http://www.solrenterprisesearchserver.com


Re: Heatmap in JSON facet API

2016-10-31 Thread Никита Веневитин
I've built query as described in https://cwiki.apache.org/confluence/x/ZYDxAQ;>Heatmap Faceting,
but I would like to get same results using JSON facet API

2016-10-30 15:24 GMT+03:00 GW :

> If we are talking about the same kind of heat maps you might want to look
> at the TomTom map API for a quick and dirty yet solid solution. Just supply
> a whack of coordinates and let TomTom do the work. The Heat maps will zoom
> in and de-cluster.
>
> Example below.
>
> http://www.frogclassifieds.com/tomtom/markers-clustering.html
>
>
> On 28 October 2016 at 09:05, Никита Веневитин 
> wrote:
>
> > Hi!
> > Is it possible to use JSON facet API to get heatmaps?
> >
>


Re: Heatmap in JSON facet API

2016-10-30 Thread GW
If we are talking about the same kind of heat maps you might want to look
at the TomTom map API for a quick and dirty yet solid solution. Just supply
a whack of coordinates and let TomTom do the work. The Heat maps will zoom
in and de-cluster.

Example below.

http://www.frogclassifieds.com/tomtom/markers-clustering.html


On 28 October 2016 at 09:05, Никита Веневитин 
wrote:

> Hi!
> Is it possible to use JSON facet API to get heatmaps?
>


Heatmap in JSON facet API

2016-10-28 Thread Никита Веневитин
Hi!
Is it possible to use JSON facet API to get heatmaps?