Re: how to get abortOnConfigurationError=false working

2013-01-18 Thread snake
If you look at the version info I posted it seems that it is a pretty old version embedded in Coldfusion, 1.4 by the looks of it. Regards Russ Michaels www.michaels.me.uk www.cfmldeveloper.com - Free CFML hosting for developers www.cfsearch.com - CF search engine On Jan 17, 2013 9:33 PM, "Alexandr

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
my knowledge of solr is pretty limited, I have only been investigating this in the last couple of days due to this issue. The way SOLR is implemented in ColdFusion is with a single core, so all sites run under same core. I presume a core is like multiple instances ? On Thu, Jan 17, 2013 at 9:03 P

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
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 hosts, so they delete the old one. The

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-abortOnConfig

Re: how to get abortOnConfigurationError=false working

2013-01-17 Thread Mikhail Khludnev
Snake, It was killed in 4.0/trunk more than two years ago https://issues.apache.org/jira/browse/SOLR-1846 "Setting abortOnConfigurationError==false has not worked for some time, and based on a POLL of existing users, no one seems to need/want it," You might be in that rare case when it used to don

Re: how to get abortOnConfigurationError=false working

2013-01-17 Thread snake
here is what it says in the SOLR info page Solr Specification Version: 1.4.0.2009.11.18.10.19.05 Solr Implementation Version: 1.4.1-dev exported - kvinu - 2009-11-18 10:19:05 Lucene Specification Version: 2.9.1 Lucene Implementation Version: 2.9.1 832363 - 2009-11-03 04:37:25 On Thu, Jan 17,