mikemccand commented on PR #14078:
URL: https://github.com/apache/lucene/pull/14078#issuecomment-2710460602

   > `fanout` makes the search queue when searching the HNSW graph larger. 
However, the searcher will still only return `k` results. So, searching for top 
`k=10` with `fanout=20` indicates the HNSW search (ef_search, if you will) will 
gather the nearest 30, but then only the top 10 of those are returned from the 
searcher.
   
   Maybe we should rename `fanout` to `ef_search` in luceneutil?  I'll open an 
issue there.


-- 
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