[
https://issues.apache.org/jira/browse/JSPWIKI-469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Juan Pablo Santos RodrÃguez resolved JSPWIKI-469.
-------------------------------------------------
Resolution: Fixed
Fix Version/s: (was: FutureVersion)
2.11.0-M4
done in 2.11.0-M4-git-13 + added some tests + made some minor modifications:
* {{AutoDetectParser}} is instantiated in the TikaSearchProvider constructor,
it's thread-safe and takes a while to get up and running.
* added a bunch more of metadata fields to be added to the lucene index (if
present).
* small bug fixed: the {{if}} condition inside the loop checking for
{{textualMetadataFields}} was never met, the {{Set}} had
{{org.apache.tika.metadata.Property}} and the {{contains}} was checking for
{{String}}.
See https://jspwiki-wiki.apache.org/Wiki.jsp?page=TikaSearchProvider for
installation instructions
> Enhance LuceneSearchProvider for other Attachments
> ---------------------------------------------------
>
> Key: JSPWIKI-469
> URL: https://issues.apache.org/jira/browse/JSPWIKI-469
> Project: JSPWiki
> Issue Type: Improvement
> Reporter: NicolaFischer
> Assignee: Florian Holeczek
> Priority: Minor
> Fix For: 2.11.0-M4
>
> Attachments: TikaSearchProvider.java, patch.txt
>
>
> LuceneProvider should index more filestypes then only plain text. This is one
> attempt to index pdf-files.
> Required jars:
> * [Apache POI|http://ftp.tpnet.pl/vol/d1/apache/poi/release/bin] (not tested
> with 3.0.1 final)
> * [PDFBox|http://www.pdfbox.org]
> * [FontBox|http://www.fontbox.org]
> * [OpenDocumentTextInputStream|http://books.evc-cit.info/odf_utils/index.html]
> Patch attached for 2.8.1
> Maybe we should check how to index more documents.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)