On 4/18/07, solruser <[EMAIL PROTECTED]> wrote:


   <dynamicField name="*_i" type="integer" indexed="true" stored="true"/>

The root of the problem is that your "integer" field did not have an
integer in it.
Did you change the type of the schema after you indexed the data?  If
so, start over.
The other possibility is that when you added the data, you put in a
non integer value for pk_i.

-Yonik

Reply via email to