Re: The current default similarity implementation of Lucene is BM25, right?

2022-11-23 Thread Michael Wechner
I have enhanced the FAQ https://cwiki.apache.org/confluence/display/LUCENE/LuceneFAQ#LuceneFAQ-Whatisthedefaultrelevance/similarityimplementationofLucene? Hope it is ok like this :-) Thanks Michael Am 23.11.22 um 10:58 schrieb Michael Wechner: cool, thanks! Am 23.11.22 um 10:55 schrieb

Re: The current default similarity implementation of Lucene is BM25, right?

2022-11-23 Thread Michael Wechner
cool, thanks! Am 23.11.22 um 10:55 schrieb Adrien Grand: This is correct. See IndexSearcher#getDefaultSimilarity(). On Wed, Nov 23, 2022 at 10:53 AM Michael Wechner wrote: Hi On the Lucene FAQ there is no mentioning re tf-idf or bm25 and I would like to add some notes, but to be sure I

Re: The current default similarity implementation of Lucene is BM25, right?

2022-11-23 Thread Adrien Grand
This is correct. See IndexSearcher#getDefaultSimilarity(). On Wed, Nov 23, 2022 at 10:53 AM Michael Wechner wrote: > > Hi > > On the Lucene FAQ there is no mentioning re tf-idf or bm25 and I would > like to add some notes, but to be sure I don't write anything wrong I > would like to ask > >

The current default similarity implementation of Lucene is BM25, right?

2022-11-23 Thread Michael Wechner
Hi On the Lucene FAQ there is no mentioning re tf-idf or bm25 and I would like to add some notes, but to be sure I don't write anything wrong I would like to ask whether the current default similarity implementation of Lucene is really BM25, right? as described at