Re: Using Lucene 8.5.1 vs 8.5.2

2022-07-26 Thread Baris Kazar
Great, 8.11 has gone further. Thanks Mike Best regards From: Mike Drob Sent: Tuesday, July 26, 2022 5:18 PM To: java-user@lucene.apache.org Cc: Baris Kazar Subject: Re: Using Lucene 8.5.1 vs 8.5.2 I would use 8.5.2 if possible when considering fuzzy queries

Re: Using Lucene 8.5.1 vs 8.5.2

2022-07-26 Thread Mike Drob
I would use 8.5.2 if possible when considering fuzzy queries. The automation can be very large, but if you’re not caching the query then the extra footprint is not significant since it needs to be computed at some point anyway to evaluate the query. Really though, I would use 8.11 over either of