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
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
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
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
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