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'm running Solr as a single instance without SolrCloud. Your Readme mentions collections which I don't have. Also calling bin/solr package install data-import-handler throws exceptions containing "ZooKeeper" so I assume: the dataimporthandler is for SolrCloud only?
The text was updated successfully, but these errors were encountered:
I wanted to pass along the technique I use for all my single node Solr instances is just to start them in SolrCloud mode with the embedded ZooKeeper! It has worked rock solid for me for many years on many setups, and it enables a lot of additional features in Solr, like this one.
Ok, thank you. In the meantime I tried to just replace Solr's DIH by yours, which worked locally in my Docker environment, but not on our server, yet. Do you see any problems for this way?
Hey @rohitbemax,
I'm running Solr as a single instance without SolrCloud. Your Readme mentions collections which I don't have. Also calling
bin/solr package install data-import-handler
throws exceptions containing "ZooKeeper" so I assume: the dataimporthandler is for SolrCloud only?The text was updated successfully, but these errors were encountered: