I want to use TikaEntityProcessor for URLs defined in "link" from the parent
entity. This field can be empty as well. While the dataimport is working OK,
the logging is filling up with exceptions in case link is null. Is there way
to prevent this?


<field column="id" xpath="/doc/id" />
<field column="text" xpath="/doc/text" />
<field column="link" xpath="/doc/link" />
<entity name="tika" processor="TikaEntityProcessor" url="${crawl.link}"
dataSource="bin" onError="continue" format="text">
<field column="text" />         
</entity>

--
View this message in context: 
http://lucene.472066.n3.nabble.com/TikaEntityProcessor-is-filling-logs-tp3220100p3220100.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to