Re: Help in testing Solr on Windows needed!

2024-07-26 Thread Rahul Goswami
Absolutely. Have already contributed 3 PRs which have been merged, so I am comfortable with building Solr. I will try these out this weekend. Will report with issues if any and give a fix wherever I can. Regards, Rahul On Fri, Jul 26, 2024 at 2:51 PM Eric Pugh wrote: > Rahul, I remember you sp

Re: Help in testing Solr on Windows needed!

2024-07-26 Thread Eric Pugh
Rahul, I remember you spoke up a lot at one of the meetups! Are you comfortable with checking the source code out of Github and compiling it and running it? If so, please checkout the branch of Solr: https://github.com/apache/solr/pull/2593 Run "gw dev" which will build solr in your ./solr/pac

Re: Help in testing Solr on Windows needed!

2024-07-26 Thread Rahul Goswami
Hey Eric, I am a prolific Windows user of Solr (several different clusters totalling 300+ nodes of Windows servers). I must mention though that we circumvent the use of cmd scripts to be able to directly launch the Jetty Java main class which starts the webserver and thus Solr. I am happy to help