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.html
Sent from the Solr - User mailing list archive at Nabble.com.


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 
gaurav.shing...@hotmail.com wrote:





 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





-- 
Chandan Tamrakar
*
*


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
 To: solr-user@lucene.apache.org
 
 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...@hotmail.com wrote:
 
 
 
 
 
  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
 
 
 
 
 
 -- 
 Chandan Tamrakar
 *
 *
  

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

2011-04-21 Thread Em
Yes, have a look at the wiki-page. It explains some configurations and
REST-API-methods to create cores dynamically and if/how they are persisted.

Regards,
Em 


Gaurav Shingala 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
 workspaces
 To: solr-user@lucene.apache.org
 
 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...@hotmail.com wrote:
 
 
 
 
 
  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
 
 
 
 
 
 -- 
 Chandan Tamrakar
 *
 *
 


--
View this message in context: 
http://lucene.472066.n3.nabble.com/Need-to-create-dyanamic-indexies-base-on-different-document-workspaces-tp2845919p2846371.html
Sent from the Solr - User mailing list archive at Nabble.com.


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

2011-04-21 Thread Chandan Tamrakar
Actually you need to put  a file named *solr.xml* in the solr.home directory
to create the solr core .
you can do that programatically if you want to make it dynamic based on your
logic

pls check the solr core admin document.



On Thu, Apr 21, 2011 at 2:52 PM, Gaurav Shingala 
gaurav.shing...@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
 workspaces
  To: solr-user@lucene.apache.org
 
  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...@hotmail.com wrote:
 
  
  
  
  
   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
  
 
 
 
 
  --
  Chandan Tamrakar
  *
  *





-- 
Chandan Tamrakar
*
*


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.html
Sent from the Solr - User mailing list archive at Nabble.com.