You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2022/09/19 23:41:31 UTC

[GitHub] [lucene] jtibshirani commented on issue #11787: Handle degenerate case where all HNSW search candidates are filtered

jtibshirani commented on issue #11787:
URL: https://github.com/apache/lucene/issues/11787#issuecomment-1251681230

   Thanks for digging into this! I added this test to exercise the tie-breaking logic. But now I think it wasn't a good idea -- HNSW is known to exhibit very poor performance when vectors are duplicated. And this test takes it to an extreme! It's not really a scenario we support well.
   
   Maybe we could just remove this test. It wasn't critical, and I could always follow-up with a better way to test tie-breaking.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org