spotify / annoy-java

Approximate nearest neighbors in Java
Apache License 2.0
138 stars 46 forks source link

support search_k (issue #3) #16

Closed hitvoice closed 4 years ago

hitvoice commented 6 years ago

Support search_k (issue #3).

Implements support for search_k. Keeps the original API. The default value for searchK is -1, which is the same as C++ and Python APIs).

erikbern commented 4 years ago

sorry, didn't realize this was sitting here for 2 years!