You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2011/09/09 10:45:15 UTC

[jira] [Created] (TIKA-710) Make the Tika facade implement the Parser and Detector interfaces

Make the Tika facade implement the Parser and Detector interfaces
-----------------------------------------------------------------

                 Key: TIKA-710
                 URL: https://issues.apache.org/jira/browse/TIKA-710
             Project: Tika
          Issue Type: Improvement
            Reporter: Jukka Zitting
            Assignee: Jukka Zitting
            Priority: Minor
             Fix For: 1.0


To simplify the work of users transitioning from the Tika facade to the more powerful underlying Parser and Detector interfaces, it would be useful if the Tika facade class directly implemented these interfaces in addition to providing various utility methods.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (TIKA-710) Expose the Parser and Detector instances within the Tika facade

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TIKA-710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting resolved TIKA-710.
--------------------------------

    Resolution: Fixed

Done in revision 1167051.

> Expose the Parser and Detector instances within the Tika facade
> ---------------------------------------------------------------
>
>                 Key: TIKA-710
>                 URL: https://issues.apache.org/jira/browse/TIKA-710
>             Project: Tika
>          Issue Type: Improvement
>            Reporter: Jukka Zitting
>            Assignee: Jukka Zitting
>            Priority: Minor
>             Fix For: 1.0
>
>
> To simplify the work of users transitioning from the Tika facade to the more powerful underlying Parser and Detector interfaces, it would be useful if the Tika facade class directly implemented these interfaces in addition to providing various utility methods.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (TIKA-710) Expose the Parser and Detector instances within the Tika facade

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TIKA-710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting updated TIKA-710:
-------------------------------

    Summary: Expose the Parser and Detector instances within the Tika facade  (was: Make the Tika facade implement the Parser and Detector interfaces)

Hmm, we can't directly implement the interfaces since the return type of the existing detect(InputStream, Metadata) method conflicts with the one defined in the Detector interface.

Instead let's just add getter methods for retrieving the Parser and Detector instances used by the facade object.

> Expose the Parser and Detector instances within the Tika facade
> ---------------------------------------------------------------
>
>                 Key: TIKA-710
>                 URL: https://issues.apache.org/jira/browse/TIKA-710
>             Project: Tika
>          Issue Type: Improvement
>            Reporter: Jukka Zitting
>            Assignee: Jukka Zitting
>            Priority: Minor
>             Fix For: 1.0
>
>
> To simplify the work of users transitioning from the Tika facade to the more powerful underlying Parser and Detector interfaces, it would be useful if the Tika facade class directly implemented these interfaces in addition to providing various utility methods.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira