We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 599dbdf commit 6bbf4a8Copy full SHA for 6bbf4a8
1 file changed
server/src/main/java/org/elasticsearch/index/codec/tsdb/es819/ES819TSDBDocValuesFormat.java
@@ -54,7 +54,8 @@ public class ES819TSDBDocValuesFormat extends org.apache.lucene.codecs.DocValues
54
static final int VERSION_START = 0;
55
static final int VERSION_BINARY_DV_COMPRESSION = 1;
56
static final int VERSION_NUMERIC_LARGE_BLOCKS = 2;
57
- static final int VERSION_PREFIX_PARTITIONS = 3;
+ // version 3 was introduced for large binary/numeric blocks
58
+ static final int VERSION_PREFIX_PARTITIONS = 4;
59
static final int VERSION_CURRENT = VERSION_PREFIX_PARTITIONS;
60
61
static final int TERMS_DICT_BLOCK_LZ4_SHIFT = 6;
0 commit comments