bq: I replaced all the primitive fieldtypes to Trie-fields,
since the original ones are removed from 5.2 .
You have to explain this better. What were "the original ones"?
pdate? If so, you need to re-index from scratch after changing from
pdate to tdate.
Simply changing the definitions in the sch
Hi Saurabh,
You could probably try command=fetchindex functionality.
http://node:port
/solr//replication?command=fetchindex&masterUrl=http://node:port
/solr/
Master url should be the existing index solr instance url.
On Mon, Aug 10, 2015 at 6:37 PM, saurabh tewari
wrote:
> Hi,
>
> I recently s
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
ex