> A possible workaround for this problem would be if multiple Koha > instances' records could be stored and queried discretely from within > a single SolR process. Do you know how difficult that would be to > implement?
It's possible and easy to do with Solr since version 1.3 using a 'multicore' setup. On the other side, if you have a farm of Koha instances using a Solr backend you can scale up, if necessary, by deploying multiple Solr servers. So you could have for example, 1000 Koha instance running on 10 hosts and using one multicore Solr deployed on 3 servers. -- Frédéric _______________________________________________ Koha-devel mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
