Re: Problems upgrading to Solr 5.3.0

2015-09-07 Thread Zheng Lin Edwin Yeo
By the way, this is the error that I got when I tried to migrate the indexes from Solr 5.2.1 using the command: bin\solr.cmd start -cloud -p 8983 -s solrMain\node1\solr -m 12g -z "localhost:2181,localhost:2182,localhost:2183" HTTP ERROR 500 Problem accessing /solr/admin. Reason: Server Error

Re: Problems upgrading to Solr 5.3.0

2015-09-07 Thread Zheng Lin Edwin Yeo
Thanks for the advice. I've downloaded the latest solr-analysis-extra-5.3.0.jar, and have solved the ICU Tokenizer issue. Things are working for newly created cores and indexes. However, I still couldn't migrate the indexes from Solr 5.2.1. The Solr is not able to start at all when I run this comm

Re: Problems upgrading to Solr 5.3.0

2015-09-07 Thread davidphilip cherian
If you have a look at solr 5.3 'changes.txt', there are some jiras (resolved) that are related to ICU Tokenizer. You could possibly try taking the latest jar of this tokenizer from solr 5.3 binaries and replace in 5.2 and try. On Mon, Sep 7, 2015 at 9:49 AM, Zheng Lin Edwin Yeo wrote: > Hi, >