Re: Backtick character in field data breaks streaming query

2024-02-28 Thread Rahul Goswami
Submitted https://github.com/apache/solr/pull/2321 I can't assign reviewers (at least it seems so), so would be great if somebody could please take a look. Thanks. -Rahul On Tue, Feb 27, 2024 at 3:10 PM Rahul Goswami wrote: > Thanks. Submitted https://issues.apache.org/jira/browse/SOLR-17186 >

Re: Backtick character in field data breaks streaming query

2024-02-27 Thread Rahul Goswami
Thanks. Submitted https://issues.apache.org/jira/browse/SOLR-17186 PR on the way! -Rahul On Tue, Feb 27, 2024 at 1:29 PM Gus Heck wrote: > On Tue, Feb 27, 2024 at 12:13 PM Rahul Goswami > wrote: > > > I can submit a fix for > > this. Should I open a JIRA? > > > > Certainly! > > -- > http://ww

Re: Backtick character in field data breaks streaming query

2024-02-27 Thread Gus Heck
On Tue, Feb 27, 2024 at 12:13 PM Rahul Goswami wrote: > I can submit a fix for > this. Should I open a JIRA? > Certainly! -- http://www.needhamsoftware.com (work) https://a.co/d/b2sZLD9 (my fantasy fiction book)

Re: Backtick character in field data breaks streaming query

2024-02-27 Thread Rahul Goswami
> Christine > > From: users@solr.apache.org At: 02/26/24 04:54:40 UTCTo: > users@solr.apache.org > Subject: Backtick character in field data breaks streaming query > > Hello, > I am running Solr 8.11.1 and running into an issue with stream api. Looks > like searches brea

Re: Backtick character in field data breaks streaming query

2024-02-26 Thread Rahul Goswami
Floating this once again in case anyone has any thoughts. Thanks, Rahul On Sun, Feb 25, 2024 at 11:51 PM Rahul Goswami wrote: > Hello, > I am running Solr 8.11.1 and running into an issue with stream api. Looks > like searches break when the data contains the backtick character( ` ). > Eg: > >

Backtick character in field data breaks streaming query

2024-02-25 Thread Rahul Goswami
Hello, I am running Solr 8.11.1 and running into an issue with stream api. Looks like searches break when the data contains the backtick character( ` ). Eg: http://host-name:8983/solr/MyCollection/stream?expr=search(MyCollection,q="My_Field:Foto`s",fl="field1",qt="/export")