Re: Unload(true) doesn't delele Index file when unloading a core

2012-03-30 Thread vybe3142
Thanks, good to know. I'll program around this. -- View this message in context: http://lucene.472066.n3.nabble.com/Unload-true-doesn-t-delele-Index-file-when-unloading-a-core-tp3862816p3872022.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Unload(true) doesn't delele Index file when unloading a core

2012-03-28 Thread Mark Miller
It doesn't delete - this has come up before with the idea of adding a param. The discussion was part of a Jira adding a diff param that was closed though - go ahead and make a new one if you'd like. Sent from my iPhone On Mar 28, 2012, at 6:58 PM, vybe3142 wrote: > I'll try this again after

Re: Unload(true) doesn't delele Index file when unloading a core

2012-03-28 Thread vybe3142
I'll try this again after restarting SOLR . -- View this message in context: http://lucene.472066.n3.nabble.com/Unload-true-doesn-t-delele-Index-file-when-unloading-a-core-tp3862816p3866259.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Unload(true) doesn't delele Index file when unloading a core

2012-03-28 Thread Erick Erickson
Hmmm, seems like it should. But. 1> if this is a WIndows box, then any open searchers will prevent the deletion from happening. 2> if this is a *nix box, and anything has the files open, the files will hang around until the process that has them open goes away. Best Erick On Tue, Mar 2

Unload(true) doesn't delele Index file when unloading a core

2012-03-27 Thread vybe3142
>From what I understand, isn't the index file deletion an expected result? Thanks public int drop(, boolean removeIndex) ===> removeIndex passed in as true throws Exception { String coreName = . Unload req = new Unload(removeIndex); req.setCore