Re: XML File Size for Post.jar

2015-07-14 Thread Erik Hatcher
Ravi - don’t get hung up on post.jar - it’s just a means to an end. Use good ol’ curl if you’re having issues with post.jar. But really, 2GB? Is that a single document? Or a bunch of documents? If it’s a bunch of documents, definitely split it up into multiple files. — Erik Hatcher,

Re: XML File Size for Post.jar

2015-07-13 Thread Alexandre Rafalovitch
I don't think you can do files that big. The memory would blow out. You sure you cannot chunk it into smaller document sets? Or make it a streaming parsing with DIH in a pull fashion? Regards, Alex. Solr Analyzers, Tokenizers, Filters, URPs and even a newsletter:

RE: XML File Size for Post.jar

2015-07-13 Thread EXTERNAL Taminidi Ravi (ETI, AA-AS/PAS-PTS)
To: solr-user Subject: Re: XML File Size for Post.jar I don't think you can do files that big. The memory would blow out. You sure you cannot chunk it into smaller document sets? Or make it a streaming parsing with DIH in a pull fashion? Regards, Alex. Solr Analyzers, Tokenizers, Filters, URPs

XML File Size for Post.jar

2015-07-13 Thread EXTERNAL Taminidi Ravi (ETI, AA-AS/PAS-PTS)
HI, Where I have to change to support the xml file more than 2GB to Index in Solr, using the simple post tool (post.jar) for Jetty and Tomcat. Thanks Ravi

Re: XML File Size for Post.jar

2015-07-13 Thread Upayavira
: XML File Size for Post.jar I don't think you can do files that big. The memory would blow out. You sure you cannot chunk it into smaller document sets? Or make it a streaming parsing with DIH in a pull fashion? Regards, Alex. Solr Analyzers, Tokenizers, Filters, URPs

Re: XML File Size for Post.jar

2015-07-13 Thread Alexandre Rafalovitch
Subject: Re: XML File Size for Post.jar I don't think you can do files that big. The memory would blow out. You sure you cannot chunk it into smaller document sets? Or make it a streaming parsing with DIH in a pull fashion? Regards, Alex. Solr Analyzers, Tokenizers, Filters, URPs