Nitin, Use Multicore configuration. For each organization, you create a new core with especific configurations. You will have one SOLR instance and one SOLR Admin tool to manage all cores. The configuration is simple.
Good Luck Regards Anderson 2012/1/26 David Radunz <da...@boxen.net> > Hey, > > Sounds like what you need to setup is "Multiple Cores" configuration. > At first I confused this with "Multi Core CPU", but that's not what it's > about. Basically it's a way to run multiple 'solr' > cores/indexes/configurations from a single Solr instance (which will scale > better as the resources will be shared). Have a read anyway: > http://wiki.apache.org/solr/**CoreAdmin<http://wiki.apache.org/solr/CoreAdmin> > > Cheers, > > David > > > On 27/01/2012 8:18 AM, Nitin Arora wrote: > >> 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<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. >> > >