Skip to content

Commit 6921dd8

Browse files
committed
rename codec name
1 parent c3abb0e commit 6921dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/index/codec/XPerFieldDocValuesFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*/
4242
public abstract class XPerFieldDocValuesFormat extends DocValuesFormat {
4343
/** Name of this {@link DocValuesFormat}. */
44-
public static final String PER_FIELD_NAME = "PerFieldDV40";
44+
public static final String PER_FIELD_NAME = "ESPerFieldDV819";
4545

4646
/** {@link FieldInfo} attribute name used to store the format name for each field. */
4747
public static final String PER_FIELD_FORMAT_KEY = XPerFieldDocValuesFormat.class.getSimpleName() + ".format";

0 commit comments

Comments
 (0)