Re: Use the solr similarity as a recomender

2024-02-02 Thread Alessandro Benedetti
A long time ago I wanted to port BM25 to the more like this (which is TF/IDF based). Also many other refactors were lined up. I started it but lost traction, so it didn't happen ( https://issues.apache.org/jira/browse/LUCENE-7498, https://github.com/apache/lucene/issues/8549) Aside from that the M

Use the solr similarity as a recomender

2024-02-02 Thread Ohms, Jannis
Hi all Is it possible to use the document similarity function as a recommender? I use a collection of text documents. Each document contains an abstract. I would like to recommend other documents based on the abstract. My similarity function is BM25. My query currently returns only exact matche