hi, I am interested in spatial search. I am using Apache-solr 1.4.0 and LocalSolr I have followed the instructions given in the following website http://gissearch.com/localsolr The query of the following format /solr/select?&qt=geo&lat=xx.xx&long=yy.yy&q=abc&radius=zz (after substituting valid values) given in the website is not producing any results. I am also not understanding the significance of field "long" in the query,though there is no field specified as "long", instead i can find only "lng". I want the results to be produced with respect to radius and not the results got by a mere full text search.. Is there any need to use LocalLucene also?
Any help regarding this will be appreciated. Thanks in advance -- View this message in context: http://old.nabble.com/LocalSolr%2CApache-solr-1.4.0-tp27819867p27819867.html Sent from the Solr - User mailing list archive at Nabble.com.