Re: Changing schema without having to reindex

2010-05-28 Thread Chris Hostetter
: No. You can add new documents which will reflect the new schema, but : you can't retroactively update your index. : : In your specific example, it's not possible to losslessly recreate the data : to store from the indexed fields. Consider stopword removal, or lowercasing. To put it another way

Re: Changing schema without having to reindex

2010-05-28 Thread Erick Erickson
No. You can add new documents which will reflect the new schema, but you can't retroactively update your index. In your specific example, it's not possible to losslessly recreate the data to store from the indexed fields. Consider stopword removal, or lowercasing. HTH Erick On Fri, May 28, 2010

Changing schema without having to reindex

2010-05-28 Thread David
Hi, Can anyone tell me if it is possible to change the schema without having to reindex? I want to change the stored fields specifically. Any help would be appreciated, thanks.