Re: Problems with pointing to custom core directories during startup in Solr 5.3.0

2015-09-08 Thread Zheng Lin Edwin Yeo
I have found that it could be a problem in solr.cmd. It works after I replace this line in Solr 5.3.0 IF NOT "%EXAMPLE%"=="" goto run_example With this segment of the code from Solr 5.2.1 IF "%EXAMPLE%"=="" ( IF NOT "%SOLR_HOME%"=="" ( REM Absolutize a relative solr home IF EXIS

Problems with pointing to custom core directories during startup in Solr 5.3.0

2015-09-08 Thread Zheng Lin Edwin Yeo
Hi, I have a custom core directories in my Solr located at solrMain\node1\solr, and I set it through the -s parameter in the Solr startup script, and it looks like this: bin\solr.cmd start -cloud -p 8983 -s solrMain\node1\solr -m 12g -z "localhost:2181,localhost:2182,localhost:2183" This works f