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 2009/05/23 08:58:45 UTC

[jira] Created: (TIKA-234) Drop SpellCheckedMetadata

Drop SpellCheckedMetadata
-------------------------

                 Key: TIKA-234
                 URL: https://issues.apache.org/jira/browse/TIKA-234
             Project: Tika
          Issue Type: Improvement
          Components: metadata
            Reporter: Jukka Zitting
            Priority: Minor


There is no clear use case for the SpellCheckedMetadata class, and it's the only case where the commons-lang dependency is used. Nobody on the mailing list seems to be using the class, so I propose that we remove it as obsolete to get rid of the commons-lang dependency.

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


[jira] Commented: (TIKA-234) Drop SpellCheckedMetadata

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TIKA-234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712443#action_12712443 ] 

Chris A. Mattmann commented on TIKA-234:
----------------------------------------

Hey Jukka,

SpellCheckedMetadata was from Nutch. The goal was to solve the problem with web servers returning: 

CoNtEnT-Type; or
Content-type; or
or CONTENT-TYPE
 
and other problems like that with met keys, where we all wanted them to be the same key, Content-type. I'm not sure there's a huge use case generally for this in Tika, so I'm happy to move this code back to Nutch as a dependency on Tika, depending on what others think. Sami, I know had some contributions to it, so it's probably good to ask him too.

Cheers,
Chris


> Drop SpellCheckedMetadata
> -------------------------
>
>                 Key: TIKA-234
>                 URL: https://issues.apache.org/jira/browse/TIKA-234
>             Project: Tika
>          Issue Type: Improvement
>          Components: metadata
>            Reporter: Jukka Zitting
>            Priority: Minor
>
> There is no clear use case for the SpellCheckedMetadata class, and it's the only case where the commons-lang dependency is used. Nobody on the mailing list seems to be using the class, so I propose that we remove it as obsolete to get rid of the commons-lang dependency.

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


[jira] Resolved: (TIKA-234) Drop SpellCheckedMetadata

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

Jukka Zitting resolved TIKA-234.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 0.4
         Assignee: Jukka Zitting

I dropped the class and the related commons-lang dependency in revision 780895.

The code can still be found in svn history, see http://svn.apache.org/viewvc?view=rev&revision=780895.

> Drop SpellCheckedMetadata
> -------------------------
>
>                 Key: TIKA-234
>                 URL: https://issues.apache.org/jira/browse/TIKA-234
>             Project: Tika
>          Issue Type: Improvement
>          Components: metadata
>            Reporter: Jukka Zitting
>            Assignee: Jukka Zitting
>            Priority: Minor
>             Fix For: 0.4
>
>
> There is no clear use case for the SpellCheckedMetadata class, and it's the only case where the commons-lang dependency is used. Nobody on the mailing list seems to be using the class, so I propose that we remove it as obsolete to get rid of the commons-lang dependency.

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


[jira] Commented: (TIKA-234) Drop SpellCheckedMetadata

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TIKA-234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12713678#action_12713678 ] 

Jukka Zitting commented on TIKA-234:
------------------------------------

OK. I feel that such functionality would be better within the scope of Nutch, but I'm not terribly opposed to keeping it in Tika if there's a good reason to do that. Sami, do you have an opinion on this?

If we keep the SpellCheckedMetadata class in Tika, I'd appreciate if we removed the commons-lang dependency by inlining the lang functionality used by SpellCheckedMetadata.

> Drop SpellCheckedMetadata
> -------------------------
>
>                 Key: TIKA-234
>                 URL: https://issues.apache.org/jira/browse/TIKA-234
>             Project: Tika
>          Issue Type: Improvement
>          Components: metadata
>            Reporter: Jukka Zitting
>            Priority: Minor
>
> There is no clear use case for the SpellCheckedMetadata class, and it's the only case where the commons-lang dependency is used. Nobody on the mailing list seems to be using the class, so I propose that we remove it as obsolete to get rid of the commons-lang dependency.

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