Re: indexing on differnt server

2009-11-12 Thread Paul Rosen
I'm not sure if this is what you mean, but we do all our indexing on a non-public server so we can test it. Only when everyone is satisfied do we put it on the public server. To do that we just tar up the "index" folder and scp it to the server. To install it, we stop solr, untar it, and start

Re: indexing on differnt server

2009-11-12 Thread Avlesh Singh
Replication? Over Http? - http://wiki.apache.org/solr/SolrReplication Cheers Avlesh On Thu, Nov 12, 2009 at 2:01 AM, Joel Nylund wrote: > is it possible to index on one server and copy the files over? > > thanks > Joel > >

Re: indexing on differnt server

2009-11-11 Thread Rafał Kuć
Hello! > is it possible to index on one server and copy the files over? > thanks > Joel Yes, it is possible, look at the CollectionDistribution wiki page (http://wiki.apache.org/solr/CollectionDistribution). -- Regards, Rafał Kuć

indexing on differnt server

2009-11-11 Thread Joel Nylund
is it possible to index on one server and copy the files over? thanks Joel