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 <arafa...@gmail.com> 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 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" <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" > > > > schema.xml > > <field name="master_id" type="tint" indexed="true" stored="true" /> > > > > <fieldType name="tint" class="solr.TrieLongField" precisionStep="8" > > positionIncrementGap="0"/> > > > > > > How can i remove this error ? > > ~abhishek > > >