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

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

Exception is thrown when using TimestampUpdateProcessorFactory

2016-09-15 Thread preeti kumari
Hi All, I am trying to get solr index time as solrtimestamp field. I am using solr 5.2.1 in solr cloud mode. solrtimestamp update-script.js example config parameter xnum,xnum2 But I am getting below exception when