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 f5602af commit ca1938cCopy full SHA for ca1938c
server/src/main/java/org/elasticsearch/index/codec/Elasticsearch900Codec.java
@@ -65,7 +65,7 @@ public Elasticsearch900Codec() {
65
*/
66
public Elasticsearch900Codec(Zstd814StoredFieldsFormat.Mode mode) {
67
super("Elasticsearch900", new Lucene100Codec());
68
- this.storedFieldsFormat = new Zstd814StoredFieldsFormat(mode);
+ this.storedFieldsFormat = mode.getFormat();
69
this.defaultPostingsFormat = new Lucene912PostingsFormat();
70
this.defaultDVFormat = new Lucene90DocValuesFormat();
71
this.defaultKnnVectorsFormat = new Lucene99HnswVectorsFormat();
0 commit comments