I believe the config request for DIH is read on every import, so it is
entirely possible to just have one handler and pass the parameter for
which specific file to use as the configuration.

It is also possible to actually pass the full configuration as a URL
parameter dataConfig. Need to watch out for the URL length though if
using GET request.

Regards,
   Alex.
----
Newsletter and resources for Solr beginners and intermediates:
http://www.solr-start.com/


On 6 April 2016 at 00:12, Yangrui Guo <guoyang...@gmail.com> wrote:
> Hello
>
> I'm using Solr Cloud to index a number of databases. The problem is there
> is unknown number of databases and each database has its own configuration.
> If I create a single collection for every database the query would
> eventually become insanely long. Is it possible to upload different config
> to zookeeper for each node in a single collection?
>
> Best,
>
> Yangrui Guo

Reply via email to