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/

Swapping Cores

2013-11-19 Thread Tirthankar Chatterjee
Hi, 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 downtime for search. We have tried swapping the core b

Reusing SolrServer instances when swapping cores

2011-07-28 Thread Michael Szalay
Hi all We work with two cores ("active" and "passive") and swap them when the reindexing was finished. Is it allowed to reuse the same instance of the SolrServer (both Embedded and Common)? I.E. do they point to the "other" core after the swapping? Regards Michael -- Michael Szalay Senior So

Re: Swapping cores with SolrJ

2010-09-14 Thread Shaun Campbell
> - Mitch > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Swapping-cores-with-SolrJ-tp1472154p1473435.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Swapping cores with SolrJ

2010-09-14 Thread MitchK
.nabble.com/Swapping-cores-with-SolrJ-tp1472154p1473435.html Sent from the Solr - User mailing list archive at Nabble.com.

Swapping cores with SolrJ

2010-09-14 Thread Shaun Campbell
les in core1 get updated. And I've also see that the index files in core0 have been updated at some time earlier in the day due to timestamps. I haven't been able to see a working example of swapping cores via Java so I wondered whether I was doing it wrong or missing out an important step,