Re: Migrating WhitespaceTokenizerFactory from 8.2 to 9.4

2022-10-31 Thread Gus Heck
Based on what Uwe says, if your problem does relate to shade but you need to package things in a single executable jar, https://github.com/nsoft/uno-jar (my fork of the old OneJar utility) might work better for since it never unpacks any jar file, but instead teaches java how to treat an overall ja

Re: Migrating WhitespaceTokenizerFactory from 8.2 to 9.4

2022-10-29 Thread Uwe Schindler
Hi, we can't help you here without a full source code and your build system setup. Generally those errors only happen if you are using some shading or any other tool that creates UBER JARs. E.g. for Maven's UBER JARS you need to add the some resource ransformers, so it includes all necessary

Migrating WhitespaceTokenizerFactory from 8.2 to 9.4

2022-10-28 Thread Shifflett, David [USA]
I am migrating my project’s usage of Lucene from 8.2 to 9.4. The migration documentation has been very helpful, but doesn’t help me resolve this exception: ‘Caused by: java.lang.IllegalArgumentException: A SPI class of type org.apache.lucene.analysis.TokenizerFactory with name 'whitespace' does n