solrQuery exception : org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://solrIP:8983/solr

2020-04-11 Thread six23
Hi, I have enabled Solr to use SSL communication in my environment. I could get https://localhost:8983/solr and curl it from the tomcat8 server with no issue. But I'm getting this is error in the log tomcat log " solrQuery exception : org.apache.solr.client.solrj.SolrServerException: IOException oc

Re: solrQuery exception : org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://solrIP:8983/solr

2020-04-11 Thread Jörn Franke
Is it a self signed certificate ? Enterprise CAs? Then you need to add the certificates to tomcat, because Java needs to validate them (to avoid man-in-the-middle attacks). Curl may not validate the certificate?! > Am 11.04.2020 um 13:42 schrieb six23 <23sixconsult...@gmail.com>: > > Hi, > I

Re: Filtered replication

2020-04-11 Thread Sachin Divekar
Dear all, Just wanted to check if somebody has any thoughts on this. A potential implementation that I am going to try is using DIH and SolrEntityProcessor. The only problem is that it does not support delta-import. So, I have to implement a custom solution for incremental imports. I have started

how to use multiple update process chain?

2020-04-11 Thread derrick cui
Hi,  I need to do three tasks.1. add-unkown-fields-to-the-schema2. create composite key3. remove duplicate for specified field I defined update.chain as below, but only the first one works, the others don't work. please help. thanks add-unknown-fields-to-the-schema composite-id de

Re: Required operator (+) is being ignored when using default conjunction operator AND

2020-04-11 Thread Eran Buchnick
Hoss, thanks a lot for the informative response. I understood my misunderstanding with infix and prefix operators. Need to rethink about the term occurrence support in my search service. Cheers! On Mon, Apr 6, 2020, 20:43 Chris Hostetter wrote: > > : I red your attached blog post (and more) but