You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Chetan Mehrotra (JIRA)" <ji...@apache.org> on 2017/07/03 10:37:00 UTC

[jira] [Commented] (OAK-5048) Upgrade to Tika 1.15 version

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

Chetan Mehrotra commented on OAK-5048:
--------------------------------------

There is one test failure

{noformat}
LucenePropertyIndexTest.excludedBlobContentNotAccessed:1736
{noformat}

This test checks that InputStream is not read at all if the mimeType is not indexed (even if supported) OAK-2895. In new Tika due to [this|https://github.com/apache/tika/commit/896c46a0c652de436da0e4f25bfa53a7d83ae02f] change the TikaInputStream now checks if the underlying stream supports mark which requires the underlying stream to be accessed. Would need to find a way out for this

> Upgrade to Tika 1.15 version
> ----------------------------
>
>                 Key: OAK-5048
>                 URL: https://issues.apache.org/jira/browse/OAK-5048
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: lucene
>            Reporter: Tommaso Teofili
>            Assignee: Chetan Mehrotra
>             Fix For: 1.8
>
>
> Oak Lucene indes is currently using Tika 1.5 version while current latest release of Apache Tika is 1.14, I think there're lots of "interesting" bugs fixed, and possibly improvements (performance, more accurate text extraction, etc.) we could get at almost 0 cost by just bumping the version number.
> Release notes https://tika.apache.org/1.15/index.html



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)