Skip to content

Commit 605c93d

Browse files
committed
Start version from 0
1 parent 49fcc66 commit 605c93d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/index/codec/bloomfilter/ES93BloomFilterStoredFieldsFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public class ES93BloomFilterStoredFieldsFormat extends StoredFieldsFormat {
6969
public static final String STORED_FIELDS_BLOOM_FILTER_FORMAT_NAME = "ES93BloomFilterStoredFieldsFormat";
7070
public static final String STORED_FIELDS_BLOOM_FILTER_EXTENSION = "sfbf";
7171
public static final String STORED_FIELDS_METADATA_BLOOM_FILTER_EXTENSION = "sfbfm";
72-
private static final int VERSION_START = 1;
72+
private static final int VERSION_START = 0;
7373
private static final int VERSION_CURRENT = VERSION_START;
7474

7575
// We use prime numbers with the Kirsch-Mitzenmacher technique to obtain multiple hashes from two hash functions

0 commit comments

Comments
 (0)