mirror of https://github.com/apache/lucene.git
Fix codec name in index header for Lucene94FieldInfosFormat. (#11818)
This commit is contained in:
parent
6b82be5f11
commit
432296d967
|
@ -373,7 +373,7 @@ public final class Lucene94FieldInfosFormat extends FieldInfosFormat {
|
||||||
static final String EXTENSION = "fnm";
|
static final String EXTENSION = "fnm";
|
||||||
|
|
||||||
// Codec header
|
// Codec header
|
||||||
static final String CODEC_NAME = "Lucene90FieldInfos";
|
static final String CODEC_NAME = "Lucene94FieldInfos";
|
||||||
static final int FORMAT_START = 0;
|
static final int FORMAT_START = 0;
|
||||||
static final int FORMAT_CURRENT = FORMAT_START;
|
static final int FORMAT_CURRENT = FORMAT_START;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue