Re: Dynamic creating of cores in solr

2010-11-10 Thread Ken Krugler
- From: Jonathan Rochkind [mailto:rochk...@jhu.edu] Sent: Wednesday, November 10, 2010 3:26 PM To: solr-user@lucene.apache.org Subject: Re: Dynamic creating of cores in solr You could use the actual built-in Solr replication feature to accomplish that same function -- complete re-index to a 'm

RE: Dynamic creating of cores in solr

2010-11-10 Thread Bob Sandiford
3:26 PM > To: solr-user@lucene.apache.org > Subject: Re: Dynamic creating of cores in solr > > You could use the actual built-in Solr replication feature to > accomplish > that same function -- complete re-index to a 'master', and then when > finished, trigger replication to the

Re: Dynamic creating of cores in solr

2010-11-10 Thread Jonathan Rochkind
You could use the actual built-in Solr replication feature to accomplish that same function -- complete re-index to a 'master', and then when finished, trigger replication to the 'slave', with the 'slave' being the live index that actually serves your applications. I am curious if there was an

RE: Dynamic creating of cores in solr

2010-11-10 Thread Bob Sandiford
We also use SolrJ, and have a dynamically created Core capability - where we don't know in advance what the Cores will be that we require. We almost always do a complete index build, and if there's a previous instance of that index, it needs to be available during a complete index build, so we