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 look, it seems that
there i
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 field_value = row.get(
Following is my DIH config
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.
>
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 can't fix this at the
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" wrote:
> Error:
>