Hi Guys, I've come across a use case where I've to keep separate indexes for multiple tanents. Data directory of each tenant should be different but SOLR server instance has same schema and configuration for all the tenants.
Tenants in our case can be added dynamically. I know that I can handle each tanent by creating a separate core. Questions are: 1. What is the limit on number of cores that 1 SOLR server instance can handle without affecting the performance? 2. Are there any constraints on scaling out SOLR instance if we have lets say 10 cores/instance? 3. I want that each SOLR instance should register itself with our Zookeeper Service. I want to write a wrapper over SOLR main class. Can somebody suggest the extension point that I can use to run my custom code during the boot up of SOLR instance. Thanks in advance Nitin -- View this message in context: http://lucene.472066.n3.nabble.com/Limit-on-SOLR-Cores-tp4000003.html Sent from the Solr - User mailing list archive at Nabble.com.