Re: How to index a csv dataset into Solr using SolrJ

2023-01-30 Thread Jan Høydahl
It's not a common use case for SolrJ to post plain CSV content to Solr. SolrJ is used to push SolrInputDocument objects. Maybe there's a way to do it by using some Generic request type and overriding content type.. Can you explain more what you app will do, where that CSV file comes from in the

Vulnerabilities detected by AWS inspector scan for v8.11.2-r0

2023-01-30 Thread Ng Pei Shan
Hi there, We are using Solr container image for our application. AWS Inspector Scan has reflected some vulnerabilities on the libraries. May I know if this is the correct channel to seek help in the resolution of the below vulnerabilities? Container image used: 8.11.2-r0 Platform: Debian 11 Be

Re: Vulnerabilities detected by AWS inspector scan for v8.11.2-r0

2023-01-30 Thread Kevin Watters
Hi Ng, We maintain a custom build of solr that fixes all of those (and many more) on the 8.11.x branch. Let me know if you're interested and if so perhaps we can set up a time to chat about it. Best Regards, -Kevin Watters KMW Technology On Mon, Jan 30, 2023 at 2:26 PM Ng Pei Shan wrote:

Migrating from solrcloud to containerized solr

2023-01-30 Thread Anchal Sharma2
Hi All , We are currently using SolrCloud version 9.0.0 along with zookeeper version 3.5.8(in cluster form with 3 zookeepers and 2 solr). We are attempting to containerize our solr and move all our current collections and data to the new containers. Is there any existing documentation or guidel

JWT Authorization not working in solr-9.0.0

2023-01-30 Thread Vinay Kumar
HI All, Recently we migrated from solr 8 to Solr 9 , in SOLR 8 we did not face any issue using SOLR JWT Authorization , but in Solr 9 we are seeing the below error, after going through the document it is saying to enable the JWT module , could you please help how to enable the JWT module in solr.i