Re: Solr error...

2025-04-08 Thread Robi Petersen
Hi Bruno OK sounds like you could at least optimize step 2, couldn't you perhaps make a little java program which takes the raw data, builds a solr doc using the solrj lib, adds the missing values and massages any existing data as needed, saves the whole solr doc to another location and also sends

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

2025-04-08 Thread Jan Høydahl
I see it can be a hassle to bootstrap things. Feel free to make PR to introduce such PRECREATE_ARGS option or similar. You may want to start with filing a JIRA. Jan > 8. apr. 2025 kl. 11:23 skrev Torsten Krah : > > Am Dienstag, dem 08.04.2025 um 11:09 +0200 schrieb Jan Høydahl: >> Due to limita

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-08 Thread 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 > 7. apr. 2025 kl. 14:43 skrev Torsten Krah : > > Am Montag, dem 07.04.2025 um 12:50 +0200 schrieb Torsten Krah: >> I had a look at [0] but