RE: DIH onError question

2010-03-03 Thread Shah, Nirmal
2, 2010 11:13 PM To: solr-user@lucene.apache.org Subject: Re: DIH onError question onError only handles Exception (not Error or Throwable). I your case it is a NoClassDefFoundError . If it is an Error or Throwable it is a symptom of a larger problem. If you fix the NoClassDefFoundError it should be

Re: DIH onError question

2010-03-02 Thread Noble Paul നോബിള്‍ नोब्ळ्
onError only handles Exception (not Error or Throwable). I your case it is a NoClassDefFoundError . If it is an Error or Throwable it is a symptom of a larger problem. If you fix the NoClassDefFoundError it should be ok On Wed, Mar 3, 2010 at 10:06 AM, Shah, Nirmal wrote: > Hi all, > > I am using

DIH onError question

2010-03-02 Thread Shah, Nirmal
Hi all, I am using Solr 1.5 from trunk. I am getting the below error on a full load, and it is causing the import to fail and rollback. I am not concerned about the error but rather that I cannot seem to tell the indexing to continue. I have two entities, and I have tried all (4) combinations o