msokolov opened a new pull request #210:
URL: https://github.com/apache/lucene/pull/210


   I think we can remove this parameter to simplify the nn search api and make 
it more generic. For the HNSW algorithm, searching for top K=M and fanout=N is 
basically the same as searching with top K=M+N and then keeping the top M, so 
callers can easily implement.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to