On 11 October 2012 23:16, Harish Rawat <harish.s.ra...@gmail.com> wrote:
> Hi > > I am working on a project to display the search results on the map. The > idea is to divide the map into N*N grids and show counts for each grid and > allow users to view top result on each grid > > any suggestions on how best to accomplish this with solr? > Your description is not very clear. What search results are you seeking to display on what kind of a map? Are you talking about a geographical map, or something like a 3D histogram (which is what you N x N grid seems to refer to)? Please clarify. In either case, it is quite unlikely that Solr will handle the presentation for you. Solr is a search engine that will return you desired search results. What to do with the search results is an issue for a presentation layer. Regards, Gora