Take a look here:
http://wiki.apache.org/solr/CoreAdmin?highlight=%28create%29%7C%28core%29#CREATE

I'm not sure about your "partners" view. As an alternative to
creating individual cores, you could simply use a single
index and use filter queries (fq) to restrict the
selection to the relevant customers. If you also included
a field with a value for which "partner" group the customer
belonged to, you could use a similar technique there.

Best
Erick

On Wed, Apr 25, 2012 at 5:13 AM, pprabhcisco123 <ppr...@gmail.com> wrote:
> Hi everyone ,
>
>  I am new to  solr. I have a use case which describes as below,
>
>  I have a use case to create cores based on customers and partners. There
> are about 2500 customers each customers having on an average of 10000
> devices.
>   The partner is a group of customers say 30 . So , we have customer column
> and partner column.
>   So, the use case is to
>   1.   Create a VM running solr, with one core per customer.
>   2.   Index all of each customer's data (device info , config text,
> metadata, etc) into a single core.
>   3.   Index all 30 customer's data into the "partners" view after creating
> parnter per 30 customer.
>
>
>  Can any one please help me on this case ?
>
> Thanks
> Prabhakaran. P
>
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/Dynamic-creation-of-cores-for-this-use-case-tp3937696p3937696.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to