RE: ICUFoldingFilter loading in IDE, but not jar ?!

2017-08-15 Thread Uwe Schindler
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 - U

Re: Spatial Indexing of Polygons

2017-08-15 Thread David Smiley
Hi Tom, If you qualify the solution as using BKD (what Lucene now calls "PointValues") then -- no. But that's an implementation detail. In terms of capabilities, if you want to index polygons (as represented on the surface of a sphere, not 2d) in Lucene, then it's possible. See Geo3dRptTest. I

RE: ICUFoldingFilter loading in IDE, but not jar ?!

2017-08-15 Thread Allison, Timothy B.
never mind...overwriting service file... -Original Message- From: Allison, Timothy B. [mailto:talli...@mitre.org] Sent: Tuesday, August 15, 2017 10:36 PM To: java-user@lucene.apache.org Subject: ICUFoldingFilter loading in IDE, but not jar ?! In Intellij, when I run unit tests in my app

ICUFoldingFilter loading in IDE, but not jar ?!

2017-08-15 Thread Allison, Timothy B.
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

Re: Storing external transaction log-ids in lucene...

2017-08-15 Thread Michael McCandless
You're welcome; I'm glad it worked well! Mike McCandless http://blog.mikemccandless.com On Fri, Aug 11, 2017 at 2:31 AM, Ravikumar Govindarajan < ravikumar.govindara...@gmail.com> wrote: > Many thanks. This is a real cool feature & saves us a lot of time !!! > > -- > Ravi > > On Thu, Aug 10, 20