AW: Weird error message with solr config

2024-09-25 Thread Ehrenleitner Robert Harald
lt;https://www.plus.ac.at/> [cid:563df9c7-d690-418f-92bc-9d6c6eb7e77c] Von: Ehrenleitner Robert Harald Gesendet: Dienstag, 24. September 2024 15:59 An: users@solr.apache.org Betreff: AW: Weird error message with solr config Thank you, this makes some progress. Now, I

AW: Weird error message with solr config

2024-09-24 Thread Ehrenleitner Robert Harald
: Re: Weird error message with solr config [Sie erhalten nicht häufig E-Mails von c.malliari...@gmail.com. Weitere Informationen, warum dies wichtig ist, finden Sie unter https://aka.ms/LearnAboutSenderIdentification ] You are completely right. It seems that the message is malformed. It is missin

AW: Weird error message with solr config

2024-09-24 Thread Ehrenleitner Robert Harald
ienstag, 24. September 2024 14:49 An: users@solr.apache.org Betreff: Re: Weird error message with solr config [Sie erhalten nicht häufig E-Mails von c.malliari...@gmail.com. Weitere Informationen, warum dies wichtig ist, finden Sie unter https://aka.ms/LearnAboutSenderIdentification ] The wron

Re: Weird error message with solr config

2024-09-24 Thread Christos Malliaridis
You are completely right. It seems that the message is malformed. It is missing the /solr path prefix (for V1 API), or /api/collections path prefix (for V2 API). To fix it simply provide a custom solr URL like below: bin/solr config -c mysearchindex -solrUrl http://localhost:8983/api/collections -

AW: Weird error message with solr config

2024-09-24 Thread Ehrenleitner Robert Harald
Once again, to be sure: $ searchIndex=mysearchindex $ bin/solr create -c $searchIndex WARNING: Using _default configset with data driven schema functionality. NOT RECOMMENDED for production use. To turn off: bin/solr config -c mysearchindex -p 8983 -action set-user-property -property up

Re: Weird error message with solr config

2024-09-24 Thread Christos Malliaridis
Webdeveloper > > IT-Services > > > > *Paris-Lodron-Universität Salzburg* > > Hellbrunner Straße 34, 5020 Salzburg, Österreich > > https://www.plus.ac.at > > > > > -- > *Von:* Christos Malliaridis > *Gesendet:* Dienstag, 24. September 2024 13:

AW: Weird error message with solr config

2024-09-24 Thread Ehrenleitner Robert Harald
s://www.plus.ac.at/> [cid:71dca9b1-5ce1-4bd1-b9ea-84749c54bc71] Von: Christos Malliaridis Gesendet: Dienstag, 24. September 2024 13:42 An: users@solr.apache.org Betreff: Re: Weird error message with solr config [Sie erhalten nicht häufig E-Ma

Re: Weird error message with solr config

2024-09-24 Thread Christos Malliaridis
; *Von:* Christos Malliaridis > *Gesendet:* Dienstag, 24. September 2024 11:50 > *An:* users@solr.apache.org > *Betreff:* Re: Weird error message with solr config > > [Sie erhalten nicht häufig E-Mails von c.malliari...@gmail.com. Weitere > Informationen, war

AW: Weird error message with solr config

2024-09-24 Thread Ehrenleitner Robert Harald
alzburg Hellbrunner Straße 34, 5020 Salzburg, Österreich https://www.plus.ac.at<https://www.plus.ac.at/> [cid:ab008aba-d33e-40a1-b817-ac0519a04f78] Von: Christos Malliaridis Gesendet: Dienstag, 24. September 2024 11:50 An: users@solr.apache.org Betref

Re: Weird error message with solr config

2024-09-24 Thread Christos Malliaridis
Hi Robert, This issue seems very similar to https://issues.apache.org/jira/browse/SOLR-17457. Are you using Solr 9.7 perhaps? Looking into the code of 9.7, it seems that the script does add the -scheme flag in the background for you. The help output does not print this option because it was not m

Weird error message with solr config

2024-09-24 Thread Ehrenleitner Robert Harald
I have set up a new instance of Solr (it is really not the first time I do this), and right after bin/solr create, I am completely stuck: $ bin/solr config --name mysearchindex --solr-url http://localhost:8983 --action set-user-property --property update.autoCreateFields