On 8/22/2018 8:31 PM, Zheng Lin Edwin Yeo wrote:
Hi Jan and Shawn,
So far I am still getting the error from the workaround and quick fix
methods.
Not sure if it is good to continue to use the files from Solr 7.3.1 while
waiting for the release of Solr 7.5.0?
You could check out the source code, switch to branch_7x, and copy
solr\bin\solr.cmd from there to your 7.4.0 install's bin directory.
Change to a suitable directory, and run the following commands. A new
directory inside the current directory will be created. By default it
will have the name "lucene-solr".
git clone https://git-wip-us.apache.org/repos/asf/lucene-solr.git
cd lucene-solr
git checkout branch_7x
This is where you can obtain git for windows:
https://git-scm.com/download/win
Thanks,
Shawn