Re: Export Index Data.
> 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
Re: Export Index Data.
On Fri, Nov 19, 2010 at 10:33 PM, Anderson vasconcelos 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