Re: Problem with Tika and ExtractingRequestHandler (How to from lucidimagination)

2011-01-16 Thread Lance Norskog
You need to add another parameter which defines the 'id' field. 'id' is required- it is unique for every document. Usually you can pick the filename. Lance On Fri, Jan 14, 2011 at 3:59 AM, Jörg Agatz wrote: > ok, now in the 4 test, it works ? ok.. i dont know... it works.. but now i > have a Oh

Re: Problem with Tika and ExtractingRequestHandler (How to from lucidimagination)

2011-01-14 Thread Jörg Agatz
no, i dont know that is the request Hadler: last_modified true text true ignored_ true links ignored_ and i start it like this: curl " http://192.168.105.66:8983/solr/update/extract?ext.idx.attr=true\&ext.def.fl=text

Re: Problem with Tika and ExtractingRequestHandler (How to from lucidimagination)

2011-01-14 Thread Stefan Matheis
pass an value for your id-field as you do it already for all the other fields? http://search.lucidimagination.com/search/document/ca95d06e700322ed/missing_required_field_id_using_extractingrequesthandler On Fri, Jan 14, 2011 at 12:59 PM, Jörg Agatz wrote: > ok, now in the 4 test, it works ? ok..

Re: Problem with Tika and ExtractingRequestHandler (How to from lucidimagination)

2011-01-14 Thread Jörg Agatz
ok, now in the 4 test, it works ? ok.. i dont know... it works.. but now i have a Oher Problem, i cant sent content to the Server.. when i will send Content to solr i get: Error 400 HTTP ERROR: 400Document [null] missing required field: id RequestURI=/solr/update/extracthttp://jetty.mortb

Problem with Tika and ExtractingRequestHandler (How to from lucidimagination)

2011-01-14 Thread Jörg Agatz
Hallo, I will indexig fulltext Documents, so i read, that Tika is a god idea :-) so i try the How to from lucidimagination ( http://www.lucidimagination.com/Community/Hear-from-the-Experts/Articles/Content-Extraction-Tika ) first of all, i install Maven2, and mvn Tika, i have test Tika in shell