On Fri, Jan 30, 2009 at 7:29 AM, Shalin Shekhar Mangar <shalinman...@gmail.com> wrote: > On Fri, Jan 30, 2009 at 5:48 PM, Yonik Seeley <ysee...@gmail.com> wrote: > >> OK... and the final piece of the puzzle: the reason why it never >> failed for me is that >> SOLR-658 introduced a bug such that reopen() won't be used on Windows. >> >> > Yonik, can you give more details on this bug?
This line isn't true when another searcher is open... they are equivalent, but not equal (canonical paths and all that i guess): if(new File(getIndexDir()).equals(new File(newIndexDir))) { -Yonik