RE: Can I simplify this bit of query boosting?

2023-05-14 Thread Trevor Nicholls
Thanks for this tip, it looks like it might do the biz (although I'm finding choosing good values for the constants a bit of a marathon exercise). cheers T -Original Message- From: Michael Sokolov Sent: Friday, 12 May 2023 08:01 To: java-user@lucene.apache.org Subject: Re: Can I simpli

Question - ClassicSimilarity method not being called

2023-05-14 Thread Usman Shaikh
Hi all I'm re-reading Lucene in Action and decided to update the source code to use Lucene 9.5.0 just for fun (seemed like a good idea at the time). Source code can be found on Github here . I'm running into trouble with one of the examples from Chapter