We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49fcc66 commit 605c93dCopy full SHA for 605c93d
server/src/main/java/org/elasticsearch/index/codec/bloomfilter/ES93BloomFilterStoredFieldsFormat.java
@@ -69,7 +69,7 @@ public class ES93BloomFilterStoredFieldsFormat extends StoredFieldsFormat {
69
public static final String STORED_FIELDS_BLOOM_FILTER_FORMAT_NAME = "ES93BloomFilterStoredFieldsFormat";
70
public static final String STORED_FIELDS_BLOOM_FILTER_EXTENSION = "sfbf";
71
public static final String STORED_FIELDS_METADATA_BLOOM_FILTER_EXTENSION = "sfbfm";
72
- private static final int VERSION_START = 1;
+ private static final int VERSION_START = 0;
73
private static final int VERSION_CURRENT = VERSION_START;
74
75
// We use prime numbers with the Kirsch-Mitzenmacher technique to obtain multiple hashes from two hash functions
0 commit comments