rmuir commented on PR #11946:
URL: https://github.com/apache/lucene/pull/11946#issuecomment-1357737816

   > * I agree that this kind of thing is valuable in KNN. KNN is unique when 
compared to sparse retrieval as you always retrieve K results (unless using a 
restrictive filter). In some cases, the K retrieved can be irrelevant, 
especially in the case when a filter is used. That said, it seems better fit 
outside of Lucene.
   
   this isn't any different than BM25 search.
   
   Nothing special about KNN. 
   
   Still no justification to filter by score / scores as percentages.


-- 
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-unsubscr...@lucene.apache.org

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


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

Reply via email to