Re: Replication with different schema

2012-03-20 Thread Erick Erickson
OK, I was thrown off by your use of "schema", I thought you were talking about schema.xml Anyway, assuming you have some kind of loop that pages through the documents via Solr, gets the results and then sends them to another Solr server... yeah, that'll be slow. You have the "deep paging" prob

Re: Replication with different schema

2012-03-20 Thread in.abdul
Thanks .. i need to index data from one solr to another solr with different analyser .. Now i am able to do this by querying from solr which will be index into another solr NOTE: As the field which i need to reindex is stored so it is easy by as my index has 31 lakh record it is taking lot of time

Re: Replication with different schema

2012-03-13 Thread Erick Erickson
Why would you want to? This seems like an XY problem, see: http://people.apache.org/~hossman/#xyproblem See the "confFiles" section here: http://wiki.apache.org/solr/SolrReplication although it mentions solrconfig.xml, it might work with schema.xml. BUT: This strikes me as really, really dangerou