Re: solr 9.8.1 docker image - solr-precreate - how to transport custom cmd arguments to solr-fg

2025-04-08 Thread Torsten Krah
Am Dienstag, dem 08.04.2025 um 11:09 +0200 schrieb Jan Høydahl: > Due to limitations like this, I'd recommend moving away from solr- > precreate and instead start an "empty" solr, and then boostrap it > with API commands. > > Jan Might work too in some scenarios, but solr-precreate has its usecas

Re: solr 9.8.1 docker image - solr-precreate - how to transport custom cmd arguments to solr-fg

2025-04-07 Thread Torsten Krah
Am Montag, dem 07.04.2025 um 12:50 +0200 schrieb Torsten Krah: > I had a look at [0] but did not find e.g. an environment variable I > could use to add this argument. After digging through the scripts, I found this environment variable: SOLR_MODE="user-managed" to omit the need

solr 9.8.1 docker image - solr-precreate - how to transport custom cmd arguments to solr-fg

2025-04-07 Thread Torsten Krah
Hi, with the solr 9.8.1 docker image, I get this message if I start the container: Solr will start in SolrCloud mode by default in version 10, and you will have to provide --user-managed if you want to stay on the user-managed (aka. standalone) mode. ###