jfboeuf commented on code in PR #11900:
URL: https://github.com/apache/lucene/pull/11900#discussion_r1019029965


##########
lucene/codecs/src/java/org/apache/lucene/codecs/bloom/FuzzySet.java:
##########
@@ -46,7 +46,9 @@ public class FuzzySet implements Accountable {
 
   public static final int VERSION_SPI = 1; // HashFunction used to be loaded 
through a SPI
   public static final int VERSION_START = VERSION_SPI;
-  public static final int VERSION_CURRENT = 2;
+  public static final int VERSION_MURMUR2 = 2;
+  private static final int VERSION_MULTI_HASH = 3;
+  public static final int VERSION_CURRENT = VERSION_MULTI_HASH;

Review Comment:
   Awesome, breaking backward compatibility will allow lots of cleaning up!



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