Re: how to get abortOnConfigurationError=false working

2013-01-18 Thread snake
there's not currently, then we should > > implement it. > > > > -Yonik > > http://lucidworks.com > > > > > ---------- > If you reply to this email, your message will be added to the discussion > below: > > htt

Re: how to get abortOnConfigurationError=false working

2013-01-17 Thread Shawn Heisey
On 1/17/2013 2:01 PM, snake wrote: I think your not understanding the issue.Imagine www.acme.com has created a collection. This resides in d:\acme.com\wwwroot\collections Then they decide to redo their website, or they get a new developer who decides not to use collections, or they simply move h

Re: how to get abortOnConfigurationError=false working

2013-01-17 Thread Alexandre Rafalovitch
Solr 4 most definitely ignores missing cores (just run into that accidentally again myself). So, if you start Solr and directory is missing, it will survive (but complain). The other problem is what happens when a customer deletes the account and the core directory disappears in a middle of open s

Re: how to get abortOnConfigurationError=false working

2013-01-17 Thread snake
- > If you reply to this email, your message will be added to the discussion > below: > > http://lucene.472066.n3.nabble.com/how-to-get-abortOnConfigurationError-false-working-tp4034149p4034355.html > To unsubscribe from how to get abortOnConfigurationError=fals

Re: how to get abortOnConfigurationError=false working

2013-01-17 Thread Yonik Seeley
On Thu, Jan 17, 2013 at 3:40 PM, snake wrote: > Ok so is there any other to stop this problem I am having where any site > can break solr by delering their collection? > Seems odd everyone would vote to remove a feature that would make solr more > stable. I agree. abortOnConfigurationError was m

Re: how to get abortOnConfigurationError=false working

2013-01-17 Thread snake
r by delering their collection? > > Seems odd everyone would vote to remove a feature that would make solr > more > > stable. > > > > > > > > -- > If you reply to this email, your message will be added to the discussion > belo

Re: how to get abortOnConfigurationError=false working

2013-01-17 Thread Walter Underwood
Or a different design. You can mark collections for deletion, then delete them in an organized, safe manner later. wunder On Jan 17, 2013, at 12:40 PM, snake wrote: > Ok so is there any other to stop this problem I am having where any site > can break solr by delering their collection? > Seems

Re: how to get abortOnConfigurationError=false working

2013-01-17 Thread snake
Ok so is there any other to stop this problem I am having where any site can break solr by delering their collection? Seems odd everyone would vote to remove a feature that would make solr more stable. -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-get

Re: how to get abortOnConfigurationError=false working

2013-01-17 Thread Mikhail Khludnev
gt; > > false > > > in solr.xml > > > > > > I have tried this, but it has no effect. > > > I have also tried putting it in all the solrconfig.xml files > > > I tried this > > > > > > > > > ${solr.abortOnConfigurationError:false}

Re: how to get abortOnConfigurationError=false working

2013-01-17 Thread snake
I have tried this, but it has no effect. > > I have also tried putting it in all the solrconfig.xml files > > I tried this > > > > > ${solr.abortOnConfigurationError:false} > > > and this > > false > > > > neither had any effect. > > > > How do you get this to work

how to get abortOnConfigurationError=false working

2013-01-17 Thread snake
also tried putting it in all the solrconfig.xml files I tried this ${solr.abortOnConfigurationError:false} and this false neither had any effect. How do you get this to work ? -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-get-abortOnConfigurationError-false-working