Re: NumberFormatException for multvalue, pint
You're making a common mistake as to the meaning of multiValued. The input doc
should look something like (xml format)
1
2
Each "mv_int_field" is a separate, complete single integer. But there can be a
many of them.
when you specif
You're making a common mistake as to the meaning of multiValued. The
input doc should look something like (xml format)
1
2
Each "mv_int_field" is a separate, complete single integer. But there
can be a many of them.
when you specify
1,2,3
you're telling Solr that the _single
On Wed, Sep 6, 2017 at 4:09 PM, Steve Pruitt wrote:
> Can't get a multi-valued pint field to update.
>
> The schema defines the field: multiValued="true" required="false" docValues="true" stored="true"/>
>
> I get the exception on this input: 7780386,7313483
>
> Caused by: java.lang.NumberForma
Can't get a multi-valued pint field to update.
The schema defines the field:
I get the exception on this input: 7780386,7313483
Caused by: java.lang.NumberFormatException: For input string: "7780386, 7313483"
at
java.lang.NumberFormatException.forInputString(NumberFormatException.jav