Re: Need to create dyanamic indexies base on different document workspaces

2011-04-22 Thread Marc Sturlese
In case you need to create lots of indexes and register/unregister fast, there is work on the way http://wiki.apache.org/solr/LotsOfCores -- View this message in context: http://lucene.472066.n3.nabble.com/Need-to-create-dyanamic-indexies-base-on-different-document-workspaces-tp2845919p2852410

Re: Need to create dyanamic indexies base on different document workspaces

2011-04-21 Thread Em
Additionally, there is an already set up example for a multicore-setup in the example directory of your Solr-distribution. Regards, Em -- View this message in context: http://lucene.472066.n3.nabble.com/Need-to-create-dyanamic-indexies-base-on-different-document-workspaces-tp2845919p2846417

Re: Need to create dyanamic indexies base on different document workspaces

2011-04-21 Thread Chandan Tamrakar
ing...@hotmail.com> wrote: > > Is it possible to create solr core dyanamically? > > In our case we want each workspace to have its own solr index. > > > > Thanks > > > From: chandan.tamra...@nepasoft.com > > Date: Thu, 21 Apr 2011 11:57:53 +0545 > > Su

RE: Need to create dyanamic indexies base on different document workspaces

2011-04-21 Thread Em
have its own solr index. > > > > Thanks > >> From: chandan.tamra...@nepasoft.com >> Date: Thu, 21 Apr 2011 11:57:53 +0545 >> Subject: Re: Need to create dyanamic indexies base on different document >> workspaces >> To: solr-user@lucene.apache.org >&

RE: Need to create dyanamic indexies base on different document workspaces

2011-04-21 Thread Gaurav Shingala
Is it possible to create solr core dyanamically? In our case we want each workspace to have its own solr index. Thanks > From: chandan.tamra...@nepasoft.com > Date: Thu, 21 Apr 2011 11:57:53 +0545 > Subject: Re: Need to create dyanamic indexies base on different document > wor

Re: Need to create dyanamic indexies base on different document workspaces

2011-04-20 Thread Chandan Tamrakar
It depends on your application design how you want your index There is a feature called solr core . http://wiki.apache.org/solr/CoreAdmin You could still have a single index but a field to differentiate the items in index thanks On Thu, Apr 21, 2011 at 10:55 AM, Gaurav Shingala < gaurav.shing

Need to create dyanamic indexies base on different document workspaces

2011-04-20 Thread Gaurav Shingala
Hi, Is there a way to create different solr indexes for different categories? We have different document workspaces and ideally want each workspace to have its own solr index. Thanks, Gaurav