Re: Swapping Cores

2013-11-20 Thread Tirthankar Chatterjee
Hi Shawn, It just slipped my mind to mention the details of my solr version. Good point and thought from your side. Thanks for checking back my emails. I am currently using SOLR4.3 but not SOLR CLOUD. WE have a technical documentation site which keeps changing with some new files and some delet

Re: Swapping Cores

2013-11-19 Thread Shawn Heisey
On 11/19/2013 10:18 PM, Tirthankar Chatterjee wrote: > I have a site that I crawl and host the index. The web site has changes every > month which requires it to re-crawl. Now there is a new SOLR index that is > created. How effectively can I swap the previous one with the new one with > minimal

Re: Swapping Cores

2013-11-19 Thread Otis Gospodnetic
Have a look at https://issues.apache.org/jira/browse/SOLR-4497 + https://cwiki.apache.org/confluence/display/solr/Collections+API#CollectionsAPI-CreateormodifyanAliasforaCollection Otis -- Performance Monitoring * Log Analytics * Search Analytics Solr & Elasticsearch Support * http://sematext.com/

Re: Swapping cores with SolrJ

2010-09-14 Thread Shaun Campbell
Hi Mitch Thanks for responding. Not actually sure what you wanted from CoreAdminResponse but I put the following in: CoreAdminRequest car = new CoreAdminRequest(); car.setCoreName("live"); car.setOtherCoreName("rebuild"); car.setAction(CoreAdminPar

Re: Swapping cores with SolrJ

2010-09-14 Thread MitchK
Hi Shaun, I think it is more easy to fix this problem, if we got more information about what is going on in your application. Please, could you provide the CoreAdminResponse returned by car.process() for us? Kind regards, - Mitch -- View this message in context: http://lucene.472066.n3.nabble.