: Shouldn't the file size be a long?  Has anybody else experienced this problem?

Your problem does not apear to be any internal limitation in Solr - your 
problem appears to be that you have a field in your schema named 
"fileSize" which uses a fieldType that is a "TrieIntField" but you are 
attempting to put a value in that field that is not a legal integer.

Unless i'm missing something: If you wnat it to be a long, edit your 
schema to make it a long ?

: Caused by: java.lang.NumberFormatException: For input string: "6845266984"
: at 
java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
: at java.lang.Integer.parseInt(Integer.java:461)
: at java.lang.Integer.parseInt(Integer.java:499)
: at org.apache.solr.schema.TrieField.createField(TrieField.java:407)
: at org.apache.solr.schema.SchemaField.createField(SchemaField.java:103)
: at org.apache.solr.update.DocumentBuilder.addField(DocumentBuilder.java:203)
: at org.apache.solr.update.DocumentBuilder.toDocument(DocumentBuilder.java:286)

-Hoss

Reply via email to