mad commented on code in PR #11900:
URL: https://github.com/apache/lucene/pull/11900#discussion_r2686936248
##########
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:
[Here](https://github.com/apache/lucene/pull/107/files#diff-715fc3733d65bd1e5499a9ea2926aa060750cc0ea60b28b1743489c12ece4244)
is a more likely reason for this incompatibility ([Directory APIs should be
little endian](https://issues.apache.org/jira/browse/LUCENE-9047))
--
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]