[ 
https://issues.apache.org/jira/browse/SOLR-2901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13191331#comment-13191331
 ] 

Jan Høydahl edited comment on SOLR-2901 at 1/23/12 10:32 PM:
-------------------------------------------------------------

New patch. Bumps Tika version in CHANGES files. Replaces deprecated 
getParser(mt) (2nd take, this time DefaultParser):
{noformat}
-      parser = config.getParser(mt);
+      parser = new DefaultParser().getParsers().get(mt);
{noformat}

                
      was (Author: janhoy):
    New patch. Bumps Tika version in CHANGES files. Replaces deprecated 
getParser(mt) wihch I believe is equivalent:
{noformat}
-      parser = config.getParser(mt);
+      parser = new CompositeParser().getParsers().get(mt);
{noformat}

Ready for commit?
                  
> Upgrade Solr to Tika 1.0
> ------------------------
>
>                 Key: SOLR-2901
>                 URL: https://issues.apache.org/jira/browse/SOLR-2901
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - LangId, contrib - Solr Cell (Tika extraction)
>            Reporter: Jan Høydahl
>            Assignee: Jan Høydahl
>             Fix For: 3.6, 4.0
>
>         Attachments: SOLR-2901.patch, SOLR-2901.patch, SOLR-2901.patch, 
> SOLR-2901.patch
>
>
> Tika 1.0 was released November 7th and includes a number of improvements: 
> http://tika.apache.org/1.0/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to