Re: luceneMatchVersion in Solr9.2.1

2023-08-31 Thread Alessandro Benedetti
Back in the day I also wrote a blog post about this param: https://sease.io/2021/04/lucenematchversion-in-apache-solr.html Hope it helps! Cheers -- *Alessandro Benedetti* Director @ Sease Ltd. *Apache Lucene/Solr Committer* *Apache Solr PMC Member* e-mail: a.benede...@se

Solr Crawl Error

2023-08-31 Thread Gadson, Eddie
Hello, Solr Version: 8.11.2 Sitecore Version: 10.3 In reference to implementing a Solr crawl, when I attempt to do so I receive the below errors within the log. Could you assist with informing me what the issue could be? Thank you. Example of Errors from within the log: INFO: SOLR URL:

MultiAuthPlugin and Keycloak / OIDC

2023-08-31 Thread Primordial Atom
Hi there, for a while now, I've been struggling with the MultiAuthPlugin and integrating Keycloak / OIDC for admin authentication. My security.json looks like this (excerpt): { "authentication": { "class": "solr.MultiAuthPlugin", "schemes": [{ "scheme": "bearer", "blockUnkn

CVE-2023-34462 in solr 9.2.1 and solr 8.11.2

2023-08-31 Thread Watermann, Rolf
Hi, our trivy docker image scans on solr:9.2.1 and solr:8.11.2 reveal CVE-2023-34462 for netty-handler-4.1.89.Final.jar (or netty-handler-4.1.68.Final.jar for solr:8.11.2). https://access.redhat.com/security/cve/CVE-2023-34462 "A flaw was found in Netty's SniHandler while navigating TLS handsh

Re: Solr Crawl Error

2023-08-31 Thread Andy Lester
I don't know what tool you're using to do the crawling, because Solr itself does not crawl. It just indexes text. So you must have some other tool that is fetching data and feeding it to Solr. > WARNING: Solr returned an error #404 Not Found > WARNING: IOException while reading response: java.

Re: CVE-2023-34462 in solr 9.2.1 and solr 8.11.2

2023-08-31 Thread Colvin Cowie
My understanding is that Netty is only included for communication with ZooKeeper and the SniHandler itself should only be used on a Netty server (i.e. the ZooKeeper server) for an SSL connection. So I don't believe it affects Solr beyond the netty-handler-*jar being present. In ZooKeeper itself, N

Re: MultiAuthPlugin and Keycloak / OIDC

2023-08-31 Thread Jan Høydahl
Hi, Do both auth plugins work for ordinary API requests? I.e. is it only the Admin UI login that is broken? Have you tried force refreshing your browser (shift-f5)? Jan > 31. aug. 2023 kl. 14:56 skrev Primordial Atom : > > Hi there, > > for a while now, I've been struggling with the MultiAuth

Re: MultiAuthPlugin and Keycloak / OIDC

2023-08-31 Thread lamine lamine
Make sure to enable the JWT module in bin/solr.in.* If it's still not working, check the logs (solr logs as well as your browser logs) Lamine  On Thu, Aug 31, 2023 at 6:26 PM, Jan Høydahl wrote: Hi, Do both auth plugins work for ordinary API requests? I.e. is it only the Admin UI login

[Solr] Reindexing leaving behind 0 live doc segments

2023-08-31 Thread Rahul Goswami
Hello, I tried floating this question on the Lucene list as well, but thought the answer could also come from Solr's handling of IndexReader. Hence posting here. I am trying to execute a program to read documents segment-by-segment and reindex to the same index. I am reading using Lucene apis and

Re: [Solr] Reindexing leaving behind 0 live doc segments

2023-08-31 Thread Shawn Heisey
On 8/31/23 14:45, Rahul Goswami wrote: I am trying to execute a program to read documents segment-by-segment and reindex to the same index. I am reading using Lucene apis and indexing using Solr api (in a core that is currently loaded) to preserve the field analysis and automatically take care of