Re: localsolr sort

2009-06-16 Thread pjaol
Haven't tried the 14th build, but the latest stable version is available on http://www.nsshutdown.com/solr-example.tgz Built last week -- View this message in context: http://www.nabble.com/localsolr-sort-tp24040799p24065745.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Backups using Java-based Replication (forced snapshot)

2009-05-08 Thread pjaol
Thinking the same last week, as I was tailoring the snapshooter.sh script. The data directory should be kept for the temp snapshot, as a way to ensure linking is occurring on the same device. snapshooter.sh 87 name=${data_dir}/${snap_name} I think only this needs to be configurable for the fi

Re: Spatial search using R-tree for indexed bounding boxes

2009-03-11 Thread pjaol
There are many spatial solutions out there - R-tree - Quad-Tree - SRID with positional proximity like geohash - Voronoi diagrams etc.. All have their pros & cons as do Cartesian grids. Feel free to contribute the more there are, the more solutions that can be applied to different problems, I use

Re: LocalSolr distributed search

2009-02-19 Thread pjaol
Hi Most of the localsolr / locallucene doc's are a little out of date I'll get to updating them soon the most relevant ones are on http://www.gissearch.com/ To use it in a distributed form, it should already be built into the trunk version Use the standard query component as your primary entry