I ended up taking the easy route and put all of the jars into
WEB-INF/lib . All seem to be working now,
Best Regards,
Chris Hostetter , 31 Oca 2025 Cum, 21:46
tarihinde şunu yazdı:
>
>
> Welcome to java ClassLoader hell!
>
> : Caused by: java.lang.IllegalArgumentException: resource
> : tokenizati
Welcome to java ClassLoader hell!
: Caused by: java.lang.IllegalArgumentException: resource
: tokenization/sentence-boundary-model.bin not found.
: at com.google.common.base.Preconditions.checkArgument(Preconditions.java:220)
: ~[?:?]
: at com.google.common.io.Resources.getResource(Resources.jav
Thanks a lot. That solved that problem.
I am now facing another problem;
Caused by: java.lang.IllegalArgumentException: resource
tokenization/sentence-boundary-model.bin not found.
at com.google.common.base.Preconditions.checkArgument(Preconditions.java:220)
~[?:?]
at com.google.common.io.Re
: However, I am getting "A SPI class of type
: org.apache.lucene.analysis.TokenizerFactory with name
: 'zemberekTokenizer' does not exist."
:
: I have defined NAME on my tokenizer factory as can be seen here:
:
https://github.com/yasar11732/lucene-zemberek/blob/master/src/main/java/com/github/y