Hi,
I've created an external parser. I added some classes to
org.apache.tika.parser.xml package and listed my parser in
tika-parsers/src/main/resources/META-INF/services/org.apache.tika.parser.Parser
file and my custom mime type in custom-mimetypes.xml. I builded all and it
works :)
Now I have a question if there is a posibility to tell tika to use this
parser without messing in its sources? I'll be using it in Solr, so I would
like just to use orginal tika's jars and probably some jar with my classes.
Is this even possible?
Regards,
Alex

Reply via email to