Yes, as a TIKA contributor you should know this from your parsers! 😊
If you use the Maven Shade plugin, you have to enable the feature to "merge service definitions": https://maven.apache.org/plugins/maven-shade-plugin/examples/resource-transformers.html#ServicesResourceTransformer Uwe ----- Uwe Schindler Achterdiek 19, D-28357 Bremen http://www.thetaphi.de eMail: [email protected] > -----Original Message----- > From: Allison, Timothy B. [mailto:[email protected]] > Sent: Wednesday, August 16, 2017 4:41 AM > To: [email protected] > Subject: RE: ICUFoldingFilter loading in IDE, but not jar ?! > > <face_palm/> never mind...overwriting service file... > > -----Original Message----- > From: Allison, Timothy B. [mailto:[email protected]] > Sent: Tuesday, August 15, 2017 10:36 PM > To: [email protected] > Subject: ICUFoldingFilter loading in IDE, but not jar ?! > > In Intellij, when I run unit tests in my app that uses Lucene (6.6.0) and the > ICUFoldingFilterFactory, I see 96 filter factories available via > TokenFilterFactory.availableTokenFilters(). When I run the same code from a > jar built with the maven shade plugin, and I confirm that the jar actually > includes the icu classes, I only get 93 filter factories. > > The missing factories are: > > icufolding > icunormalizer2 > icutransform > > Any idea what's going on? > > Thank you. > > Best, > > Tim > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
