On 27 November 2015 at 11:12, Midas A <test.mi...@gmail.com> wrote: > Error: > org.apache.solr.common.SolrException: ERROR: [doc=83629504] Error adding > field 'master_id'='java.math.BigInteger:0' msg=For input string: > "java.math.BigInteger:0"
Sorry, was busy the last few days. On a closer look, it seems that there is an issue with java.math.BigInteger fields not being serialised properly, i.e., the input seems to be "java.math.BigInteger:0" rather than 0. Which version of Solr are you using? Might have to do with https://issues.apache.org/jira/browse/SOLR-6165 Regards, Gora