[ https://issues.apache.org/jira/browse/TIKA-80?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chris A. Mattmann resolved TIKA-80. ----------------------------------- Resolution: Won't Fix - +1 with Jukka's suggestion. This functionality is pretty much handled by the MimeTypes#detect method, as well as the new CompositeDetector, which can be used to do a sort of "AutoDetect" mechanism. Since this is really application specific, I'll just upgrade Nutch to use Tika 0.4 and then we can write our own NutchMimeDetector which implements Nutch-specific functionality. > Utility method in MimeUtils to perform full mime resolution using all > available strategies > ------------------------------------------------------------------------------------------ > > Key: TIKA-80 > URL: https://issues.apache.org/jira/browse/TIKA-80 > Project: Tika > Issue Type: New Feature > Components: general > Affects Versions: 0.1-incubating, 0.2, 0.3 > Environment: MacBook Pro, Intel Core Duo 2.0 Ghz, 2.0 GB RAM, Mac OS > X 10.4, although new feature is indep. of env. > Reporter: Chris A. Mattmann > Assignee: Chris A. Mattmann > Priority: Minor > Fix For: 0.4 > > > I'd like to put a method in MimeUtils that does full mime resolution. The > purpose of the utility method is to try and sense a mime type using all > available options (URL resolution, extension ID, mime magic, etc.) provided > by the MimeTypes repository. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.