Share

Local Lucene

File Release Notes and Changelog

Release Name: localsolr-r1.5

Notes:
LocalSolr is a port of locallucene to a solr implementation
Supprt for radial searching, and sort by distance is provided

Detail on usage are available from http://locallucene.wiki.sourceforge.net/


LocalSolr uses a line of sight algorithm with cartesian plotting to perform
quick geographical searching. This uses the latest locallucene functionality.

Changes: Local solr has had some updates as well - Updated to trunk version of solr 1.3 as of 01/31/08 (617255) - Removed the need to use LocalSolrQueryResponseWriter, it can now use standard solr response writers such as the standard xml, json, and ruby response writers. - this also means you don't have to specify the wt=geoX in requests any more.