Re: Trying to understand error

2014-12-19 Thread Chris Hostetter
: I'm trying to get anything to index. Starting with the simplest file : possible. As it stands no extraction is working. I'm just trying to get any : extraction working. I've followed that guide, I'll try again. let's back up for a minute. You have a plain text file, and you want to index it.

Re: Trying to understand error

2014-12-19 Thread Joel Stobart
I'm trying to get anything to index. Starting with the simplest file possible. As it stands no extraction is working. I'm just trying to get any extraction working. I've followed that guide, I'll try again. J On 19 December 2014 at 16:21, Alexandre Rafalovitch wrote: > > Then I don't understand

Re: Trying to understand error

2014-12-19 Thread Alexandre Rafalovitch
Then I don't understand what you are trying to do. I assume you have gone through the tutorial and the explanation of the extract handler (e.g. http://wiki.apache.org/solr/ExtractingRequestHandler ). It feels like you are shooting yourself in the foot on purpose and wonder why it hurts. What is th

Re: Trying to understand error

2014-12-19 Thread Joel Stobart
i'm sending it too /update/extract/ using the document interface in the web manager. The text file is just an empty text document. I'm on a mac so utf-8 I guess. - Joel On 19 December 2014 at 15:55, Alexandre Rafalovitch wrote: > > Oh. You are saying you are sending a text file and somehow Ti

Re: Trying to understand error

2014-12-19 Thread Alexandre Rafalovitch
Oh. You are saying you are sending a text file and somehow Tika gets involved. Which handler are you sending it to and what format is your text file in? If it's Solr XML/JSON or CSV, you should be sending it to the /update handler, not the /extract one. Regards, Alex. Sign up for my Solr

Re: Trying to understand error

2014-12-19 Thread Joel Stobart
Hi, I know that they mismatch. I'm guessing that there is something inside Tika that is setting up. Or alternatively it's trying to guess the format and needs to unzip. I don't really understand why the error says a constant is not available. Any ideas? - Joel On 18 December 2014 at 17:01, Ale

Re: Trying to understand error

2014-12-18 Thread Alexandre Rafalovitch
Your description and your stacktrace seem to mismatch. You say you upload a plan text file, yet the stacktrace is for sending a zip file to an Extract (Tika) update handler. And the error is most probably for some meta fields that Tika generates in the process. Regards, Alex. Sign up for

Re: Trying to understand error

2014-12-18 Thread Joel Stobart
Hi Gora, Thank you for the reply LFH_SIG? LFH SIG is an internal reference in commons rather than a schema item? http://commons.apache.org/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/ZipLong.html#LFH_SIG regards, Joel On 18 December 2014 at 07:45, Gora Mohanty wr

Re: Trying to understand error

2014-12-17 Thread Gora Mohanty
On 18 December 2014 at 13:10, Joel Stobart wrote: > When I try to upload a solr item by the index: > > /solr/#/collection1/documents > > When I upload a simple text file via the interface: > > Response: > > { > "error": { > "msg": "java.lang.NoSuchFieldError: LFH_SIG", > "trace": "java.l