I wish I had the link for you but it sounds like you are looking to use
solr cores.  They are separate indexes all under one solr instance. Check
out solr 3.5 example as I believe cores are now used and suggested as the
default configuration even if you only want to use one core.

Cameron
On Jan 26, 2012 4:18 PM, "Nitin Arora" <aro_ni...@yahoo.com> 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
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to