On Thu, Dec 1, 2011 at 2:00 PM, Kashif Khan <uplink2...@gmail.com> wrote: > Hi all, > > I have my solr indexed completely and now i have added a new field in the > schema which is a copyfield of another field. Please suggest me how can i > reindex solr without going through formal process which i did for the first > time because there are some fields whose data is really time consuming to > obtain. I have been trying to reindex from solrj and indexes well except for > those fields which have been mentioned as stored=false. Now on the > production servers these indexing is getting failed because of the out of > memory swap space. Please suggest some good method to reindex using lucene > indexes with even stored=false.
It is not possible to reindex fields which were not stored. You will need to go back to the original data source. Regards, Gora