Re: Facet heatmaps: cluster coordinates based on average position of docs

2016-04-20 Thread Anton K.
Thanks for your answer, David, and have a good vacation.

It seems more detailed heatmap is not a goods solution in my case because i
need to display cluster icon with number of items inside cluster. So if i
got very large amount of cells on map, some of the cells will overlap.

I also think about Stat component for facet.heatmap feature. Maybe we can
use stat component to add average positions of documents in cell?

2016-04-20 4:28 GMT+03:00 David Smiley :

> Hi Anton,
>
> Perhaps you should request a more detailed / high-res heatmap, and then
> work with that, perhaps using some clustering technique?  I confess I don't
> work on the UI end of things these days.
>
> p.s. I'm on vacation this week; so I don't respond quickly
>
> ~ David
>
> On Thu, Apr 7, 2016 at 3:43 PM Anton K.  wrote:
>
> > I am working with new solr feature: facet heatmaps. It works great, i
> > create clusters on my map with counts. When user click on cluster i zoom
> in
> > that area and i might show him more clusters or documents (based on
> current
> > zoom level).
> >
> > But all my cluster icons (i use round one, see screenshot below) placed
> > straight in the center of cluster's rectangles:
> >
> > https://dl.dropboxusercontent.com/u/1999619/images/map_grid3.png
> >
> > Some clusters can be in sea and so on. Also it feels not natural in my
> case
> > to have icons placed orderly on the world map.
> >
> > I want to place cluster's icons in average coords based on coordinates of
> > all my docs inside cluster. Is there any way to achieve this? I am trying
> > to use stats component for facet heatmap but it isn't implemented yet.
> >
> --
> Lucene/Solr Search Committer, Consultant, Developer, Author, Speaker
> LinkedIn: http://linkedin.com/in/davidwsmiley | Book:
> http://www.solrenterprisesearchserver.com
>


Re: Facet heatmaps: cluster coordinates based on average position of docs

2016-04-11 Thread Anton K.
Anyone?

Or how can i contact with facet heatmaps creator?

2016-04-07 18:42 GMT+03:00 Anton K. :

> I am working with new solr feature: facet heatmaps. It works great, i
> create clusters on my map with counts. When user click on cluster i zoom in
> that area and i might show him more clusters or documents (based on current
> zoom level).
>
> But all my cluster icons (i use round one, see screenshot below) placed
> straight in the center of cluster's rectangles:
>
> https://dl.dropboxusercontent.com/u/1999619/images/map_grid3.png
>
> Some clusters can be in sea and so on. Also it feels not natural in my
> case to have icons placed orderly on the world map.
>
> I want to place cluster's icons in average coords based on coordinates of
> all my docs inside cluster. Is there any way to achieve this? I am trying
> to use stats component for facet heatmap but it isn't implemented yet.
>


Facet heatmaps: cluster coordinates based on average position of docs

2016-04-07 Thread Anton K.
I am working with new solr feature: facet heatmaps. It works great, i
create clusters on my map with counts. When user click on cluster i zoom in
that area and i might show him more clusters or documents (based on current
zoom level).

But all my cluster icons (i use round one, see screenshot below) placed
straight in the center of cluster's rectangles:

https://dl.dropboxusercontent.com/u/1999619/images/map_grid3.png

Some clusters can be in sea and so on. Also it feels not natural in my case
to have icons placed orderly on the world map.

I want to place cluster's icons in average coords based on coordinates of
all my docs inside cluster. Is there any way to achieve this? I am trying
to use stats component for facet heatmap but it isn't implemented yet.