Skip to content

Commit 6bbf4a8

Browse files
committed
version 4
1 parent 599dbdf commit 6bbf4a8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

server/src/main/java/org/elasticsearch/index/codec/tsdb/es819/ES819TSDBDocValuesFormat.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ public class ES819TSDBDocValuesFormat extends org.apache.lucene.codecs.DocValues
5454
static final int VERSION_START = 0;
5555
static final int VERSION_BINARY_DV_COMPRESSION = 1;
5656
static final int VERSION_NUMERIC_LARGE_BLOCKS = 2;
57-
static final int VERSION_PREFIX_PARTITIONS = 3;
57+
// version 3 was introduced for large binary/numeric blocks
58+
static final int VERSION_PREFIX_PARTITIONS = 4;
5859
static final int VERSION_CURRENT = VERSION_PREFIX_PARTITIONS;
5960

6061
static final int TERMS_DICT_BLOCK_LZ4_SHIFT = 6;

0 commit comments

Comments
 (0)