Re: Searching for special characters in documents

2024-09-02 Thread Thomas Corthals
Hi Thorsten, For the sake of completeness I'm going to explain why I suggested wt=xml but it's not actually relevant in your case. > Adding "wt=xml" to the query params above didn't change much... It won't change the query results at all. I just mentioned it because it avoids confusion about th

Re: Searching for special characters in documents

2024-08-28 Thread Thorsten Heit
Hi Thomas, 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: 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

Searching for special characters in documents

2024-08-14 Thread Thorsten Heit
Hi, this is the first time I'm writing to this list, so hi to all :-) I'm having problems querying text having special characters inside (see https://solr.apache.org/guide/solr/latest/query-guide/standard-query-parser.html#escaping-special-charaters). My setup: Solr 9.6.1 running as a standalon