Remove ParserConfig and ParserFactory
-------------------------------------
Key: TIKA-71
URL: https://issues.apache.org/jira/browse/TIKA-71
Project: Tika
Issue Type: Improvement
Components: general
Reporter: Jukka Zitting
Assignee: Jukka Zitting
Fix For: 0.1-incubator
Now that the parser classes are stateless there is no longer any need to
recreate parser instances for each input document. Thus we could just as well
get rid of the ParserConfig (and ParserFactory) classes, and instantiate the
parsers as soon as Tika configuration is read.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.