Improper Solr Search results

2022-11-21 Thread Raj Krishna
Hi solr team, The solr search is not showing up the proper results. Here is what I am looking for: Scenerio1 Let's say, I searched for "ABC DEF" with Contains all of these words configuration. Result I get: ...ABCDEF. ...DEF...ABC. ...

Re: Commit Process

2022-11-21 Thread Maulin Rathod
Thanks Alessandro... I will send mail in this group to review a Pull request so committers can review it. . On Sun, Nov 20, 2022 at 11:07 PM Alessandro Benedetti wrote: > After point 5 you need to draw the attention of one or more free committers > that will need to review the pull request. >

Apache Solr is vulnerable to CVE-2022-39135 via /sql handler

2022-11-21 Thread David Smiley
Vendor: The Apache Software Foundation Versions Affected: Solr 6.5 to 8.11.2 Solr 9.0 Description: Apache Calcite has a vulnerability, CVE-2022-39135, that is exploitable in Apache Solr in SolrCloud mode. If an untrusted user can supply SQL queries to Solr’s “/sql” handler (even in

Re: accessing an array of objects in a JSON payload.

2022-11-21 Thread Matthew Castrigno
So, one answer here is to use the split parameter. This creates multiple documents which I believe is the intention. However, this reveals a number of really strange behaviors when used in combination with a script in the updateRequest ProcesseserChain It appears that processAdd(cmd) is run for

Solr is restarting automatically

2022-11-21 Thread gnandre
Hi, I am using Solr 8.5.2 in legacy mode (non-cloud). Some of the Solr nodes are automatically getting restarted after a few days. There is no clear pattern to the rebooting time. Also, no pattern in number of incoming queries or nature of those queries. No particular pattern in errors found in S

Re: Solr is restarting automatically

2022-11-21 Thread Shawn Heisey
On 11/21/22 15:01, gnandre wrote: I am using Solr 8.5.2 in legacy mode (non-cloud). Some of the Solr nodes are automatically getting restarted after a few days. There is no clear pattern to the rebooting time. Also, no pattern in number of incoming queries or nature of those queries. No particul