mayya-sharipova commented on a change in pull request #608:
URL: https://github.com/apache/lucene/pull/608#discussion_r790163677



##########
File path: lucene/core/src/java/org/apache/lucene/util/hnsw/BoundsChecker.java
##########
@@ -17,62 +17,74 @@
 
 package org.apache.lucene.util.hnsw;
 
-abstract class BoundsChecker {
+/**
+ * A helper class for an hnsw graph that serves as a comparator of the 
currently set bound value
+ * with a new value.
+ */
+public abstract class BoundsChecker {

Review comment:
       Right,  shared classes ended up to be shared. I hope this is fine.




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