Thanks for your reply.

I added the argument in the solrconfig.xml and it worked like a charm.

Thanks again

Minh

-----Original Message-----
From: Koji Sekiguchi [mailto:k...@r.email.ne.jp] 
Sent: mardi 10 janvier 2012 01:25
To: solr-user@lucene.apache.org
Subject: Re: ignoreTikaException value

(12/01/10 6:31), TRAN-NGOC Minh wrote:
> Last year a patch with an IgnoreTikaexception has been developped.
>
> My question is how could I change the IgnoreTikaexception flag value

Just setting ignoreTikaException=true request parameter should work when you 
calling ExtractingRequestHandler. Or you can set it as default in 
solrconfig.xml:

   <requestHandler name="/update/extract"
                   startup="lazy"
                   class="solr.extraction.ExtractingRequestHandler" >
     <lst name="defaults">
         :
       <bool name="ignoreTikaException">true</bool>
         :
     </lst>
   </requestHandler>

koji
--
http://www.rondhuit.com/en/

Reply via email to