Hello,

We use Solr 7.3.1 and Nutch 1.15

We've placed the authentication for our solr cloud setup using the basic
auth plugin ( login details -> solr/SolrRocks)

For the nutch to index data to solr, below properties added to nutch-sitexml
file

 <property>
  <name>solr.auth</name>
  <value>true</value>
  <description>
  Whether to enable HTTP basic authentication for communicating with Solr.
  Use the solr.auth.username and solr.auth.password properties to configure
  your credentials.
  </description>
</property>


<property>
  <name>solr.auth.username</name>
  <value>solr</value>
  <description>
  Username
  </description>
</property>


<property>
  <name>solr.auth.password</name>
  <value>SolrRocks</value>
  <description>
  Password
  </description>
</property>

While Nutch index data to solr, its failing due to authentication. Am i
doing something wrong ? Pls help



--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Reply via email to