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