Hi Anton,
First the name of the attribute to point to the tika-config.xml is
<param name="tikaConfigPath" value="${wsp.home}/tika-config.xml"/>
and not
<param name="indexingConfiguration" value="${wsp.home}/tika-config.xml"/>And second in your tika-config.xml there is the PDF Mime Type not in the EmptyParser <parser class="org.apache.tika.parser.EmptyParser"> .... <mime>application/pdf</mime> .... </parser> greets claus
