Re: Create a new index while Solr is running

2010-08-25 Thread 朱炎詹
Take a look at Multicore feature, particular the SWAP, CREATE & MERGE actions. Eric Pugh's "Solr 1.4 Enterprise Search Server" Book has good explanation. Scott - Original Message - From: "mraible" To: Sent: Thursday, August 26, 2010 6:31 AM Subject: Create a new index while Solr is

Re: Create a new index while Solr is running

2010-08-25 Thread Ron Mayer
mraible wrote: > We're starting to use Solr for our application. The data that we'll be > indexing will change often and not accumulate over time. This means that we > want to blow away our index and re-create it every hour or so. What's the > easier way to do this while Solr is running and not giv