You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
That would be a bug with <solrClientType>CloudSolrClient</solrClientType> not having an option to specify a collection name.
Don't worry, until it's fixed, you can still use the Committer with SolrCloud. Specifying Zookeeper nodes with CloudSolrClient is only for first detecting the Solr endpoints available. After the initial detection, it uses the same Solr URLs you would have configured using the default LB_HTTP. See Solr JavaDoc for more context: https://solr.apache.org/docs/8_1_0/solr-solrj/org/apache/solr/client/solrj/impl/CloudSolrClient.html
So using the default client type with Solr URLs (comma-separated) instead of Zookeeper nodes will do the same.
Specifying Zookeeper endpoints is an advantage if you know they are more stable and/or do not change as often as the Solr ones, but not a mandated way to connect with SolrCloud.
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
The text was updated successfully, but these errors were encountered: