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 c3abb0e commit 6921dd8Copy full SHA for 6921dd8
server/src/main/java/org/elasticsearch/index/codec/XPerFieldDocValuesFormat.java
@@ -41,7 +41,7 @@
41
*/
42
public abstract class XPerFieldDocValuesFormat extends DocValuesFormat {
43
/** Name of this {@link DocValuesFormat}. */
44
- public static final String PER_FIELD_NAME = "PerFieldDV40";
+ public static final String PER_FIELD_NAME = "ESPerFieldDV819";
45
46
/** {@link FieldInfo} attribute name used to store the format name for each field. */
47
public static final String PER_FIELD_FORMAT_KEY = XPerFieldDocValuesFormat.class.getSimpleName() + ".format";
0 commit comments