Re: Logging wrong exception

2013-01-23 Thread Muhzin R
Hi Gora, I'm solrj4.1 with spring data solr. here is my code. PartialUpdate update = new PartialUpdate("id", "123"); update.setValueOfField("mutiValuedField", null); solrTemplate.saveBean(update); solrTemplate.commit(); On Fri, Jan 18, 2013 at 6:44 PM, Gora Mohanty wrote: > On 18 January 2013

Re: Logging wrong exception

2013-01-18 Thread Gora Mohanty
On 18 January 2013 18:34, Muhzin R wrote: > Hi all, I'm trying to set the value of a field in my schema to null.The > solr throws the following exception . > > [...] This is the relevant part of the error: > INFO - 2013-01-18 18:13:35.409; > org.