: 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
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
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.