mocobeta edited a comment on pull request #207:
URL: https://github.com/apache/lucene/pull/207#issuecomment-880628720


   > Maybe this one should not be renamed since it isn't related to 
nearest-neighbor search, it only allows iterating over vectors in doc ID order?
   
   `VectorValues` may be ok, but I think I don't fully understand your point 
yet. Besides iterating "vector"s, `VectorValues` has `SimilarityFunction` enum 
that is a clear indication of nearest neighbour search to me. If we will 
decouple the vector value class from any search algorithm, should we factor out 
the enum into somewhere?
   It seems you all agree with that we should keep the name `VectorValues` and 
I don't have strong opinion about it, but would you help me to make things 
clear before reverting the change?


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