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

Reply via email to