Norconex / crawlers

Norconex Crawlers (or spiders) are flexible web and filesystem crawlers for collecting, parsing, and manipulating data from the web or filesystem to various data repositories such as search engines.
https://opensource.norconex.com/crawlers
Apache License 2.0
183 stars 68 forks source link

Norconex configuration for solr cloud #743

Closed nitinsinghit closed 3 years ago

nitinsinghit commented 3 years ago

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
essiembre commented 3 years ago

At first glance, your configuration seems OK. Any errors?

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.