Hi,

I recently started to move my solr index from 4.8 to 5.2 via replication
from 4.8 master to 5.2 slave. I replaced all the primitive fieldtypes to
Trie-fields, since the original ones are removed from 5.2 . Replication
went successful, but when I fired a query on slave, it shows a class-cast
exception in solr.DateField.I understand that my documents are still using
old fieldtypes and my current schema doesn't support that. Is there any way
I can move my existing index to 5.2?

Reply via email to