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:

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

2011-04-21 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

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 workspaces

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

2011-04-21 Thread Em
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 It depends on your application design how you want your index

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

2011-04-21 Thread Chandan Tamrakar
...@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 Subject: Re: Need to create dyanamic indexies base on different document

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: