Hi,

We are using SOLR/Lucene to index/search the data about the user's of an
organization. The nature of data is brief information about the user's work.
Our data index requirement is to have segregated stores for each
organization and currently we have 10 organizations and we have to run 10
different instances of SOLR to serve search results for an organization. As
the new organizations are joining it is getting difficult to manage these
many instances.

I think now there is a need to use 1 SOLR instance and then have 10/multiple
different data directories for each organization. 

When index/search request is received in SOLR we decide the data directory
based on the organization.

        1. Is it possible to do the same in SOLR and how can we achieve the 
same?
        2. Will it be a good design to use SOLR like this?
        3. Is there any impact on the scalability if we are able to manage the
separate data directories inside SOLR?
        
Thanks in advance

Nitin


--
View this message in context: 
http://lucene.472066.n3.nabble.com/Multiple-Data-Directories-and-1-SOLR-instance-tp3691644p3691644.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to