Re: solrj with incorrect schema

2012-05-18 Thread Shawn Heisey
On 5/18/2012 8:50 AM, Mark Miller wrote: On May 18, 2012, at 10:26 AM, Shawn Heisey wrote: On 5/18/2012 1:42 AM, Jamel ESSOUSSI wrote: I have an incorrect schema --> a missing field : and when I add a documents (UpdateResponse ur = solrServer.add(docs), I have not be able to catch exception

Re: solrj with incorrect schema

2012-05-18 Thread Mark Miller
On May 18, 2012, at 10:26 AM, Shawn Heisey wrote: > On 5/18/2012 1:42 AM, Jamel ESSOUSSI wrote: >> I have an incorrect schema --> a missing field : >> >> and when I add a documents (UpdateResponse ur = solrServer.add(docs), I have >> not be able to catch exception in solrj and the UpdateRespons

Re: solrj with incorrect schema

2012-05-18 Thread Shawn Heisey
On 5/18/2012 1:42 AM, Jamel ESSOUSSI wrote: I have an incorrect schema --> a missing field : and when I add a documents (UpdateResponse ur = solrServer.add(docs), I have not be able to catch exception in solrj and the UpdateResponse cannot handle result in UpdateResponse. I use solr-core3.6, s