Re: Searching for special characters in documents

2024-08-22 Thread Thomas Corthals
Hi Thorsten, How exactly are you executing the queries? If you're using shell commands, keep in mind that the shell will apply its own escaping rules to your command parameters first so if you're not careful a backslash might already be "eaten" before the actual request is fired of. Same goes for

Re: SOLR-13510 patch installation

2024-08-22 Thread Shawn Heisey
On 8/22/2024 11:38, Raju Vaddeh wrote: Below are the steps we have performed on the local solr environment for the patch install. *1. Clone the solr repo* git clone GitHub - apache/solr: Apache Solr open-source search software There's your problem right

Re: SOLR-13510 patch installation

2024-08-22 Thread Shawn Heisey
On 8/22/2024 17:40, Shawn Heisey wrote: On 8/22/2024 11:38, Raju Vaddeh wrote: Below are the steps we have performed on the local solr environment for the patch install. *1. Clone the solr repo* git clone GitHub - apache/solr: Apache Solr open-source search software

Re: SOLR-13510 patch installation

2024-08-22 Thread Shawn Heisey
On 8/22/2024 17:55, Shawn Heisey wrote: Then you will need these commands, starting from the root of the checkout: ant ivy-bootstrap cd solr ant clean package I can confirm that Java 17 does NOT work. I installed Java 11 (it was missing on my Windows 11 machine) and added this command before