On Thu, Jun 26, 2008 at 5:51 PM, Yajun Liu <[EMAIL PROTECTED]> wrote: > I'm using solr 1.2 to build a search service at my company. I have > made some improvements and bug fixing. The largest changes is I wrote > a java package to allow you to replicate index. The package has a java > implementation of rsync with some optimization for the index > replication.
Hi Yajun, For contributing to Solr, please see http://wiki.apache.org/solr/HowToContribute Also note that there has been work done on having Solr do index replication itself: https://issues.apache.org/jira/browse/SOLR-561 You probably want to look at that and perhaps start a discussion of similarities or differences with your approach. -Yonik
