On Thu, Oct 8, 2009 at 4:32 PM, noor <noo...@opentechindia.com> wrote:
> Without re-indexing the data, > how to rename, any one of the schema field ?? > > Solr does not support renaming without re-indexing. Re-indexing is your best bet. If you cannot re-index for some reasons and if you have all fields as stored then you can write a program to read all documents and write new ones with the same values. -- Regards, Shalin Shekhar Mangar.