Disabling Zip bomb detection in Tika

2016-09-22 Thread Rodrigo Rosenfeld Rosas
Hi, this is my first message in this list. Is it possible to disable Zip bomb detection in the Tika handler? I've also described the problem here: http://stackoverflow.com/questions/39628519/how-to-disable-or-increase-limit-zip-bomb-detection-in-tika-with-solr-config?noredirect=1#comment6657534

Re: Disabling Zip bomb detection in Tika

2016-09-22 Thread Rodrigo Rosenfeld Rosas
I forgot to mention that this problem just happened after I upgraded to a recent version of Solr and tried to reindex all documents. Some documents that had previously succeeded now failed with this error. Em 22-09-2016 11:58, Rodrigo Rosenfeld Rosas escreveu: Hi, thanks. I was talking to

Re: Disabling Zip bomb detection in Tika

2016-09-22 Thread Rodrigo Rosenfeld Rosas
g the zip bomb unless there is a mismatch between opening and closing tags (which could point to a bug in Tika). -Original Message- From: Rodrigo Rosenfeld Rosas [mailto:rr_ro...@yahoo.com.br.INVALID] Sent: Thursday, September 22, 2016 10:06 AM To: solr-user@lucene.apache.org Subject: Disabling

Re: Disabling Zip bomb detection in Tika

2016-09-22 Thread Rodrigo Rosenfeld Rosas
ick On Thu, Sep 22, 2016 at 8:01 AM, Rodrigo Rosenfeld Rosas wrote: I forgot to mention that this problem just happened after I upgraded to a recent version of Solr and tried to reindex all documents. Some documents that had previously succeeded now failed with this error. Em 22-09-2016 11:58

Re: Disabling Zip bomb detection in Tika

2016-09-22 Thread Rodrigo Rosenfeld Rosas
This is one of the documents: https://www.sec.gov/Archives/edgar/data/1472033/000119380513001310/e611133_f6ef-eutelsat.htm I'll try to create a ticket for this on Jira if I find its location but feel free to open it yourself if you prefer, just let me know. Em 22-09-2016 12:33, Allison, Timot

Re: Disabling Zip bomb detection in Tika

2016-09-22 Thread Rodrigo Rosenfeld Rosas
Here it is. Not sure if it's clear enough though: https://issues.apache.org/jira/browse/TIKA-2091 Or should I have created the ticket in the Solr project instead? Em 22-09-2016 13:32, Rodrigo Rosenfeld Rosas escreveu: This is one of the documents: https://www.sec.gov/Archives/edgar

Applying an "AND" search considering several document snippets as a single document

2013-10-08 Thread Rodrigo Rosenfeld Rosas
Hi there, this is my first message to this list :) In our application we have a document split in several pages. When the user searches for words in a document we want to bring all documents containing all the words but we'd like to add a link to the specific page for each highlighting. Curr