Re: How to create a tokenizer in a way solr will recognize

2025-02-03 Thread Yaşar Arabacı
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

Re: How to create a tokenizer in a way solr will recognize

2025-01-31 Thread Chris Hostetter
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

Re: How to create a tokenizer in a way solr will recognize

2025-01-31 Thread Yaşar Arabacı
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

Re: How to create a tokenizer in a way solr will recognize

2025-01-30 Thread Chris Hostetter
: 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