On Sat, 6 Jun 2015, Tyler Palsulich wrote:
(Devil's advocate hat slightly on.) My one hesitation about putting it
all into tika-config is that the default might get to be a monstrosity
-- difficult for new users to use.
Assuming you don't want any translators, and have no non-standard paths to
external parsers, and are happy with default parser orderings, then your
default config would be:
<properties/>
(The plan so far remains with using the service loader to find parsers,
detectors and friends, with the config just being used when you want to
override parsers or parser orderings)
My main worry with putting it all into config xml is that we accidently
end up re-inventing spring badly...
Nick