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

   This really has two changes:
   
   1. it switches the vector searches it runs to use the Query impl, as the 
description says
   2. it becomes a bit more clever about managing its cache of "exact" NN that 
are used for recall comparisons. Previously, if you changed the source data 
files it would still potentially re-use the cached NN file. Now it stores a 
hash of the file name and looks at the modification times to see if it should 
regenerate the NN file
   


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