Re: Keeping track of when a Segment Merge happens?

2024-09-09 Thread Koen De Groote
Having applied this, I am now seeing logs like this: > o.a.s.u.LoggingInfoStream [DW][commitScheduler-48-thread-1]: commitScheduler-48-thread-1 finishFullFlush success=true > o.a.s.u.LoggingInfoStream [MP][commitScheduler-48-thread-1]: findMerges: 10 segments ... > o.a.s.u.LoggingInfoStream [MP][c

SOLR SSL Enabled

2024-09-09 Thread Hodder, Rick (Property and Casualty CIO)
I have successfully got SOLR 8.11.1 running under SSL from the windows command line solr.bat by changing solr.in.cmd to configure the SSL. I have a windows service that keeps SOLR live by running the jar file, with parameters passed to it. I went to the dashboard screen, and grabbed all of the

Re: SOLR SSL Enabled

2024-09-09 Thread Jan Høydahl
Hi, One flaw is that you need --module=https Perhaps walk through all the cmdline parameters from bin\solr.cmd once again to see if you captured them all correctly. BTW: I highly recommend you upgrade to 8.11.3, and soon after that to latest 9.x Jan > 9. sep. 2024 kl. 21:04 skrev Hodder, Ric

RE: SOLR SSL Enabled

2024-09-09 Thread Angermann Peter EXT
Hi Rick, try to add the --module=https to the registry like here: AppParameters=-jvmdll=C:\Siemens\Java\OPENJD~1\bin\server\jvm.dll -Dsolr.install.dir=C:\Siemens\TEAMCE~2\SOLR-8~1.1\\. -Djute.maxbuffer=5097152 -Dsolr.log.dir=C:\Siemens\TEAMCE~2\SOLR-8~1.1\\.\server\logs -Dsolr.solr.home=C:\Sie