Re: Exception is thrown when using TimestampUpdateProcessorFactory

2016-09-19 Thread Chris Hostetter
: But I am getting below exception when i run update or through DIH. Please : let me know how to fix this. : : java.lang.NullPointerException : at : org.apache.solr.update.processor.TimestampUpdateProcessorFactory$1.getDefaultValue(TimestampUpdateProcessorFactory.java:66) That's a real

Re: Exception is thrown when using TimestampUpdateProcessorFactory

2016-09-16 Thread Reth RM
Hi Preeti, Try adding a default attribute to the solrtimestamp field in schema and check if this resolves the issue. replace with correct default date format https://cwiki.apache.org/confluence/display/solr/Defining+Fields On Thu, Sep 15, 2016 at 5:32 AM, preeti kumari wrote: > Hi All, > > I