Re: Solr hanging when extracting a some broken .doc files

2013-12-19 Thread Augusto Camarotti
t;>> Andrea Gazzarini 17/12/2013 16:43 >>> Hi Augusto, I don't believe the mailing list allows attachments. Could you please post the complete stacktrace? In addition, set the logging level of tika classes to FINEST in solr console, maybe can be helpful Best, Andrea On 17 D

Solr hanging when extracting a some broken .doc files

2013-12-17 Thread Augusto Camarotti
ficeParser@386f9474 So, how do I prevent solr from hanging when trying to index broken files? Regards, Augusto Camarotti

Re: Tika not extracting content from ODT / ODS (open document / libreoffice) in Solr 4.2.1

2013-12-04 Thread Augusto Camarotti
lBuilder.setLength(0); //Augusto Camarotti - 28-11-2013 //As tika may parse more than one documents in one file, i have to append every documento tika parses me, //so, i will only append a whitespace and wait for new content everytime. Otherwise, Solr would just get the last

Re: SolrCell maximum file size

2012-02-06 Thread Augusto Camarotti
probably want to consider breaking it up into smaller chunks in order to make it useful. Best Erick On Fri, Jan 27, 2012 at 3:43 AM, Augusto Camarotti wrote: > I'm talking about 2 GB files. It means that I'll have to allocate something > bigger than that for the JVM? Something like

Re: SolrCell maximum file size

2012-01-27 Thread Augusto Camarotti
I'm talking about 2 GB files. It means that I'll have to allocate something bigger than that for the JVM? Something like 2,5 GB? Thanks, Augusto Camarotti >>> Erick Erickson 1/25/2012 1:48 pm >>> Mostly it depends on your container settings, quite often that

SolrCell maximum file size

2012-01-24 Thread Augusto Camarotti
Hi everybody Does anyone knows if there is a maximum file size that can be uploaded to the extractingrequesthandler via http request? Thanks in advance, Augusto Camarotti