You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Jan Goyvaerts (JIRA)" <ji...@apache.org> on 2009/06/03 20:56:07 UTC

[jira] Created: (TIKA-242) Incremental configuration AutoDetectParser

Incremental configuration AutoDetectParser
------------------------------------------

                 Key: TIKA-242
                 URL: https://issues.apache.org/jira/browse/TIKA-242
             Project: Tika
          Issue Type: Improvement
          Components: config
    Affects Versions: 0.3
            Reporter: Jan Goyvaerts


The AutoDetectParser accepts one totally new configuration or no configuration. For the latter case a default configuration is used. It would be nice if the former case is a configuration on top of the default configuration.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TIKA-242) Incremental configuration AutoDetectParser

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

Aaron Kaplan updated TIKA-242:
------------------------------

    Attachment: TikaConfig-patch

Here's a patch that implements this.  It adds an optional boolean argument "fallback" to each of the non-default TikaConfig constructors.  If fallback is true, then the configuration file is read, but for any mime type that is not explicitly specified in the configuration file, the default behavior is used.


> Incremental configuration AutoDetectParser
> ------------------------------------------
>
>                 Key: TIKA-242
>                 URL: https://issues.apache.org/jira/browse/TIKA-242
>             Project: Tika
>          Issue Type: Improvement
>          Components: config
>    Affects Versions: 0.3
>            Reporter: Jan Goyvaerts
>         Attachments: TikaConfig-patch
>
>
> The AutoDetectParser accepts one totally new configuration or no configuration. For the latter case a default configuration is used. It would be nice if the former case is a configuration on top of the default configuration.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.