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