Bug 1227882 - HSEARCH-1885 BridgeFactory unable to create instances of custom bridges in a modular environment
Summary: HSEARCH-1885 BridgeFactory unable to create instances of custom bridges in a ...
Keywords:
Status: CLOSED DEFERRED
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Hibernate
Version: 6.4.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: Sanne Grinovero
QA Contact: Martin Simka
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-06-03 17:29 UTC by Brett Meyer
Modified: 2017-02-20 14:49 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-02-20 14:49:21 UTC
Type: Bug
Embargoed:
brmeyer: needinfo+


Attachments (Terms of Use)

Description Brett Meyer 2015-06-03 17:29:23 UTC
Hibernate Search has a classloading issue that prevents bridges, such as Apache Tika, from being used on indexed fields.  This effectively prevents Search from supporting full-text-search on file content.

Comment 1 Brett Meyer 2015-06-03 17:36:40 UTC
Workaround: Deploy Tika Parsers as a module -- example: https://github.com/ArtificerRepo/artificer/blob/master/installer/src/main/resources/updates/tika-module-wildfly8.zip

Then, directly in HSearch's module.xml, add:

<module name="org.apache.tika" slot="1.4"/>

Comment 9 Brad Maxwell 2017-02-20 14:49:21 UTC
Closed deferred, see HSEARCH-1885


Note You need to log in before you can comment on or make changes to this bug.