Re: fuzzy search and distance tilde

2024-08-20 Thread Uwe Schindler
Hi, Am 20.08.2024 um 11:45 schrieb Greg Huber: Thanks. Switching to SimpleQueryParser does resolve the exceptions, before I was using classic.QueryParser/MultiFieldQueryParser.  The only difference is the tilde values.  I guess these are now integers. Basically, yes: The text is tokenized usi

Re: fuzzy search and distance tilde

2024-08-20 Thread Greg Huber
Thanks.  Switching to SimpleQueryParser does resolve the exceptions, before I was using classic.QueryParser/MultiFieldQueryParser.  The only difference is the tilde values.  I guess these are now integers. On 19/08/2024 12:32, Uwe Schindler wrote: Hi, Basically, my only recommendation is to