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 Adri

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 don't

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 > > whet

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 https://opensourceconnec

[ANNOUNCE] Apache Lucene 9.4.2 released

2022-11-23 Thread Adrien Grand
The Lucene PMC is pleased to announce the release of Apache Lucene 9.4.2 Apache Lucene is a high-performance, full-featured search engine library written entirely in Java. It is a technology suitable for nearly any application that requires structured search, full-text search, faceting, nearest-ne