Problem Integrating Solr into postgresSQL

16 views Asked by At

Based on the documentation, we will need to create and upload a new configset to zookeeper by including dataimport handler lib in solrconfig.xml and a new data-config.xml. Here are the details after the deployment is made.

Scenario:

  1. Using config API to upload a new customized configsets (including dataimport handler lib) with postgres info
  2. Create a new collection using configsets (as in solr UI screenshot) solr UI screenshot
  3. Getting error (in the response screenshot) response screenshot

Blocking step: We did try to enable authentication, by using a security.json file. We are using solr cloud mode. So the security.json should be placed in the zookeeper, where we are facing difficulty to do so.

Questions: We tried to include security.json in the new configsets and planned to copy it to zookeeper. Is that the correct way? If YES, what should be the subsequent steps? If NO, what should be the correct way?

Notes: There should be different setups between SolrCloud and standalone modes. We are using Solr cloud mode managed by zookeeper. So there should be limited access for us to directly modify the file and folder in solr.

0

There are 0 answers