Hi I have various solr related projects in a single environment. These project are not related one to another.
I'm thinking of building a solr architecture so that all the projects will use different solr collections in the same cluster, as opposed to having a solr cluster for each project. 1. as I understand I can separate the configs of each collection in zookeeper. is it correct? 2.are there any solr operations that can be performed on collection A and somehow affect collection B? 3. is the solr cache separated for each collection? 4. I assume that I'll encounter a problem with the os cache, when the different indices will compete on the same memory, right? how severe is this issue? 5. any other advice on building such an architecture? does the maintenance overhead of maintaining multiple clusters in production really overwhelm the problems and risks of using the same cluster for multiple systems? thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/solr-as-a-service-for-multiple-projects-in-the-same-environment-tp4103523.html Sent from the Solr - User mailing list archive at Nabble.com.