Hi All,
I have Norconex HTTP collector configured with Solr Committer. But I updated standalone solr with solr cloud and not sure how I can connect? Below is the xml file where solr committer is configured. Please guide
<committer class="com.norconex.committer.solr.SolrCommitter">
<!-- <solrClientType>CloudSolrClient</solrClientType> -->
<solrURL>https://my-standalone-solr:8984/solr/sample_techproducts_configs/</solrURL>
<sourceReferenceField keep="false">document.reference</sourceReferenceField>
<targetReferenceField>id</targetReferenceField>
<targetContentField>content</targetContentField>
<solrUpdateURLParams>
<param name="fm.ds">927df36b4c51625714</param>
</solrUpdateURLParams>
</committer>
Thanks
Hi All,
I have Norconex HTTP collector configured with Solr Committer. But I updated standalone solr with solr cloud and not sure how I can connect? Below is the xml file where solr committer is configured. Please guide
Thanks