Re: ClientUtils.escapeQueryChars escaping whitespace?

2022-07-11 Thread David Smiley
Yeah; agreed with Houston. I think it's working as designed. ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Mon, Jul 11, 2022 at 11:40 AM Houston Putman wrote: > From my understanding, that method is supposed to basically escape > characters insi

Operator 0.6.0 Release

2022-07-11 Thread Jason Gerlowski
Hi all, solr-operator has had a good few bugfixes and improvements since we did 0.5.1 this past March, so I wanted to volunteer to RM an 0.6.0 towards the end of July. The "milestone" (https://github.com/apache/solr-operator/milestone/7) we use to track remaining work for 0.6.0 shows that all but

Re: Missing tags for recent 8.x Solr releases

2022-07-11 Thread Mike Drob
+dev@solr -dev@lucene to bcc Hi Nemo, The canonical location of our tags for the 8.x release line is https://gitbox.apache.org/repos/asf?p=lucene-solr.git;a=tags The tags for 9.x (and future) will all be at https://gitbox.apache.org/repos/asf?p=solr.git;a=tags as you have found. This is the unfo

Re: ClientUtils.escapeQueryChars escaping whitespace?

2022-07-11 Thread Houston Putman
>From my understanding, that method is supposed to basically escape characters inside of a term you are trying to query for. So since whitespace is not treated as a part of a term in a query string (it separates terms to be queried, using the default operator), it has to be escaped. How are you tr