Re: Error on DIH log

2015-12-02 Thread Gora Mohanty
On 27 November 2015 at 11:12, Midas A 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

Re: Error on DIH log

2015-11-27 Thread Midas A
Please reply . On Fri, Nov 27, 2015 at 12:51 PM, Midas A wrote: > Following is my DIH config > > > row.get('COLcolor_col').trim().toLowerCase().replace('/',' or ').replace( > '&','and').replace(':','').replace(' ','_'); var

Re: Error on DIH log

2015-11-26 Thread Gora Mohanty
On 27 November 2015 at 11:48, Midas A wrote: > Big Integer part is coming from mysql . So, show us that part of the DIH config. As Alex mentioned, most likely there is some error in the conversion: DIH seems to be getting a string rather than a BigInteger. >

Re: Error on DIH log

2015-11-26 Thread Alexandre Rafalovitch
Where does the BigInteger part comes from? Looks like serialisation mismatch. DIH is seeing just a string. If you can't fix this at the source, you may need a custom transformer or URP to post process this as a special case. Regards, Alex On 27 Nov 2015 12:42 am, "Midas A"

Error on DIH log

2015-11-26 Thread Midas A
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" schema.xml How can i remove this error ? ~abhishek

Re: Error on DIH log

2015-11-26 Thread Midas A
Big Integer part is coming from mysql . use of transformer add latency while indexing ? On Fri, Nov 27, 2015 at 11:26 AM, Alexandre Rafalovitch wrote: > Where does the BigInteger part comes from? Looks like serialisation > mismatch. DIH is seeing just a string. > > If you

Re: Error on DIH log

2015-11-26 Thread Midas A
Following is my DIH config