Re: Large XML file sizes error out parsing the file size as an Integer

2012-08-29 Thread Chris Hostetter
: 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 atte

Re: Large XML file sizes error out parsing the file size as an Integer

2012-08-29 Thread Walter Underwood
Break it up. You'll need 7GB of RAM for the source, at least that much for the parsed version, at least that much for the indexes, and so on. Why try to make something work when you aren't going to do it that way in production? wunder On Aug 29, 2012, at 3:38 PM, David Martin wrote: > Folks: