[
https://issues.apache.org/jira/browse/TIKA-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15327740#comment-15327740
]
Tim Allison commented on TIKA-1986:
-----------------------------------
bq. We can let javadoc auto generate it for us from annotations.
Ok, I figured the setters on the parsers/langdetectors/translators would be
sufficient, no?
bq. Looks like we are going to make most parsers as configurable to some
extent. So we can just ignore the configurable check?
Y, that's what I just did on the TIKA-1508 branch. I'll remove the rest of the
Configurable code now in that branch, if that's ok.
bq. I am not sure what is the use of it, could you please point me to the place
where it was previously discussed?
The use is to avoid parameter name conflicts (let's imagine two parsers have
"isLenient", you'd want to be able to tell one parser to be lenient but the
other one not lenient).
[here|https://issues.apache.org/jira/browse/TIKA-1508?focusedCommentId=15187196&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15187196]
and
[here|https://issues.apache.org/jira/browse/TIKA-1508?focusedCommentId=15187205&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15187205]
Y, I gave it a try in the TIKA-1508 branch just now.
> 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)