Hi,

we have a quite large SOLR 3.6 installation and we are trying to update to
4.6.x.

One of the main point in doing this is to get SolrCloud and centralized
configuration using Zookeeper.

Unfortunately, some custom code we have (custom indexer extending
org.apache.solr.handler.dataimport.EntityProcessorBase) are trying to load
resources from the file system and this is now a problem given that
everything under solr.home/core/conf is under Zookeeper.

What is the best way to load resources from Zookeeper using SolrCloud API ?

Regards,
Ugo

Reply via email to