Max Field Length

2022-09-22 Thread Scott Guthery
Lucene 9.3 seems to have a (post-Analyzer) maximum field length of 32767. Is there a way of increasing this without resorting to the source code? Thanks for any guidance. Cheers, Scott

Re: Best practice - preparing search term for Lucene

2022-09-22 Thread Stephane Passignat
Hello, The way I did it took me some time and I almost sure it's applicable to all languages. I normalized the words. Replacing letters or group of letters by another approaching one. In french e é è ê ai ei sound a bit the same, and for someone who write mistakes having to use the right lett

Best practice - preparing search term for Lucene

2022-09-22 Thread Hrvoje Lončar
Hi! I'm using Hibernate Search / Lucene to index my entities in Spring Boot aplication. One thing I'm not sure is how to handle Croatian specific letters. Croatian language has few additional letters "*č* *Č* *ć* *Ć* *đ* *Đ* *š* *Š* *ž* *Ž*". Letters "*đ* *Đ*" are commonly replaced with "*dj* *DJ