> I am indexing data with Solr Cell,
> using mainly the code from here: 
> http://wiki.apache.org/solr/ContentStreamUpdateRequestExample
> 
> But in my Solr server i got the TikaException followed by a
> solrexception 
> in my solrj programm.
> 
> Is there a way to suppress this and similar exceptions
> directly in the 
> Server?

Taken from : 
http://search-lucene.com/m/ZOs8xGNL6j2/TikaException+ignore&subj=ignoreTikaException+value

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

Reply via email to