Luca Ongaro
Luca Ongaro
Hello, `MiniSearch` author here. Here's a relevant comment: https://github.com/lucaong/minisearch/issues/243#issuecomment-1842522975
Hi @Lespoir and @jacobthecoder , thanks for your report. I will look into it. I did not try the POC yet, but I will now. If, like you say, the...
I can reproduce this, thanks for the POC. Here is also a quick example in the Node repl: ``` Welcome to Node.js v19.4.0. Type ".help" for more information. > let...
@jacobthecoder @Lespoir after looking into it, I now understand what is happening, and it is not a bug. I'll try to explain. When calculating the score, the BM25 algorithm will...
I see @Lespoir, so these 20 documents are already the result of a search, explaining why they are so similar. The problem is that ranking algorithms like BM25 use the...
> I've tried to investigate if there is a way to score frequencies based on the query terms rather than the words in the document (provided they match with exact/fuzzy/prefix...
I will close the issue as the main questions should be answered, but @Lespoir feel free to comment further if you have more questions.
Hi @eminarcissus , the error looks very strange: ``` ** (Protocol.UndefinedError) protocol Enumerable not implemented for %CubDB.Btree ``` The `Btree` module does implement the `Enumerable` protocol. I am not sure...