Apache Jackrabbit JCA 2.7.5 .docx and .xlsx indexing

前端 未结 2 1611
一个人的身影
一个人的身影 2020-12-17 09:15

I\'m ussing the Appache Jackrabbit JCA 2.7.5, the problem is that files .docx and .xlsx is not indexed.

My steps :

  • Deploy the Jackrabbit JCA as
2条回答
  •  隐瞒了意图╮
    2020-12-17 09:59

    Ref: http://jackrabbit.510166.n4.nabble.com/Office-2007-documents-not-being-indexed-in-Jackrabbit-2-4-3-td4657380.html

    On the same line, I have observed commons-compress-1.5.jar is required by Tika parser in case of OOXML types of documents (i.e. office 2007 documents).

    Now, I am able to index & search most of types of documents (office 2007 - docx, pptx, xlsx , office 2003 - doc, ppt, xls, PDF) using below 2 steps:

    (1) Updated repository.xml & added Further details can be found at https://issues.apache.org/jira/browse/JCR-3287

    (2) Added commons-compress-1.5.jar classpath while running jackrabbit-standalone-2.6.2.jar

提交回复
热议问题