Did you look at
http://stackoverflow.com/questions/11319465/geoclusters-in-solr? This
sounds similar to what you're asking for based on geohashes of the
points of interest.
On Thu, Oct 11, 2012 at 2:25 PM, Harish Rawat wrote:
> Sorry for not being clear. Here are more details
>
> 1.) The results
On 11 October 2012 23:55, Harish Rawat wrote:
> Sorry for not being clear. Here are more details
>
> 1.) The results are displayed in geographical map
> 2.) Each document has latitude, longitude field and other fields that can
> be searched on
> 3.) The search will be done for all documents with
On 11 October 2012 23:16, Harish Rawat 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 t