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, Senior
ge-
> > From: Alexandre Rafalovitch [mailto:arafa...@gmail.com]
> > Sent: Monday, July 13, 2015 3:01 PM
> > 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 su
M
> 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,
>
: 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,
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:
http://www.solr-start.com/
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