You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Anderson vasconcelos <an...@gmail.com> on 2010/11/19 18:03:04 UTC

Export Index Data.

Hi
Is possible to export one set of documents indexed in one solr server for do
a sincronization with other solr server?

Thank's

Re: Export Index Data.

Posted by Gora Mohanty <go...@mimirtech.com>.
On Fri, Nov 19, 2010 at 10:33 PM, Anderson vasconcelos
<an...@gmail.com> wrote:
> Hi
> Is possible to export one set of documents indexed in one solr server for do
> a sincronization with other solr server?

Yes. The easiest way probably is to set up replication:
http://wiki.apache.org/solr/SolrReplication

However, if the Solr schema and configuration are the same it also
suffices to copy the Solr data directory from one server to another.
You will need to restart Solr on the new server.

Regards,
Gora

Re: Export Index Data.

Posted by Ahmet Arslan <io...@yahoo.com>.
> Is possible to export one set of documents indexed in one
> solr server for do
> a sincronization with other solr server?

Replication? http://wiki.apache.org/solr/SolrReplication