Hi, I have done this many times. First use a curl job or something to download the complete index as CSV
q=*:*&rows=9999999&wt=csv Then use post.jar to push that csv into the new node. Alternatively you can query with XML and use xslt update request handler with parm tr=updateXml which is a stylesheet for indexing response XML directly. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com 23. apr. 2013 kl. 02:11 skrev Kalyan Kuram <kalyan.ku...@live.com>: > Thank you all very much for your help.I do have field configured as stored > and index,i did read the FAQ from wiki,I think SolrEntityProcessor is what i > think needed.I am trying to index the data from Adobe CQ and its a push based > indexing and pain to index data from a very large repository.I think i can > manage this with SolrEntityProcessor for now and will think of modelling data > for re-indexing purposes > Kalyan > >> From: j...@basetechnology.com >> To: solr-user@lucene.apache.org >> Subject: Re: Export Index and Re-Index XML >> Date: Mon, 22 Apr 2013 19:54:26 -0400 >> >> Any fields which have stored values can be read and output, but >> indexed-only, non-stored fields cannot be read or exported. Even if they >> could be, their values are post-analysis, which means that there is a good >> chance that they cannot be run through term analysis again. >> >> It is always best to keep a copy of your raw source data separate from the >> data you add to Solr. Or, at least make sure any important data is "stored". >> >> In short, you need to model your data for "reindexing", which is a fact of >> life in Solr land. >> >> -- Jack Krupansky >> >> -----Original Message----- >> From: Kalyan Kuram >> Sent: Monday, April 22, 2013 7:07 PM >> To: solr-user@lucene.apache.org >> Subject: Export Index and Re-Index XML >> >> Hi AllI am new to solr and i wanted to know if i can export the Index as XML >> and then re-index back into Solr,The reason i need to do this is i >> misconfigured fieldtype and to make it work i need to re-index the content >> Kalyan >> >