Re: Update data directory at run time

2012-08-14 Thread Walter Underwood
It will download all changed files on disk. This might be the entire index. If the download succeeds, it will switch to the new index with no downtime. Usually, search is a bit slower for a few minutes because it is starting with new caches. wunder On Aug 14, 2012, at 3:32 PM, Rohit Harchandan

Re: Update data directory at run time

2012-08-14 Thread Rohit Harchandani
Cool. Thanks. I will have a look at this. But in this case, if all the files on the master are new, will the entire index on the slave be replaced or will it add to whatever is currently present on the slave? Thanks again, Rohit On Tue, Aug 14, 2012 at 6:04 PM, Walter Underwood wrote: > Why are y

Re: Update data directory at run time

2012-08-14 Thread Walter Underwood
Why are you not using the built-in replication? That works fine. You do not need to invent anything. wunder On Aug 14, 2012, at 2:57 PM, Rohit Harchandani wrote: > Hi All, > I am new to Solr and would really appreciate some help on this issue. > I have a single core setup currently and have sep

Update data directory at run time

2012-08-14 Thread Rohit Harchandani
Hi All, I am new to Solr and would really appreciate some help on this issue. I have a single core setup currently and have separate instances for querying and indexing. These two instances point to different data directories through symbolic links since I do not want it to affect the "live" search