On Wed, May 27, 2009 at 3:06 PM, Ashish P <ashish.ping...@gmail.com> wrote:
> > Hi, > I have two instances of embedded server (no http) running on a network with > two separate indexes.. > I want to replicate changes from one index to other. > Is there any way?? > EmbeddedSolrServer is meant for small scale usage -- like embedding in an application with no administrative cost etc.. Unless you yourself write some code to expose things on http, you lose the benefits of the http-based replication and distributed search. The best way for you is to setup solr on http on a container like tomcat or jetty. -- Regards, Shalin Shekhar Mangar.