Re: [I] Handle degenerate case where all HNSW search candidates are filtered [lucene]

2025-03-21 Thread via GitHub
benwtrent commented on issue #11787: URL: https://github.com/apache/lucene/issues/11787#issuecomment-2743830018 I think this has been fixed with all our HNSW filtering fixes: - we drop to brute force if we explore too much - we bypass the graph if the filter passes <= `k` docs

Re: [I] Handle degenerate case where all HNSW search candidates are filtered [lucene]

2025-03-21 Thread via GitHub
benwtrent closed issue #11787: Handle degenerate case where all HNSW search candidates are filtered URL: https://github.com/apache/lucene/issues/11787 -- 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