[
https://issues.apache.org/jira/browse/TIKA-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15327586#comment-15327586
]
Tim Allison commented on TIKA-1986:
-----------------------------------
Wait, sorry, make that:
{code}
public void setParam(String key, Param<?> value)
{code}
to
{code}
public void setParam(Class clazz, Param<?> value)
{code}
I started down this road and just pushed a draft to the TIKA-1508 branch.
I also added a check in case someone configures a parameter in the TikaConfig
xml that doesn't exist in the object.
> support parser parameters with type (int, double, etc) in configuration XML
> file
> --------------------------------------------------------------------------------
>
> Key: TIKA-1986
> URL: https://issues.apache.org/jira/browse/TIKA-1986
> Project: Tika
> Issue Type: Sub-task
> Components: config
> Reporter: Thamme Gowda
> Fix For: 1.14
>
>
> Tika Configuration should be enhanced to support for basic types like int,
> double, boolean, url, file.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)