mirror of https://github.com/apache/lucene.git
improve exception message
This commit is contained in:
parent
fea44cd4ee
commit
d2993ead4c
|
@ -132,7 +132,7 @@ class TaxonomyIndexArrays extends ParallelTaxonomyArrays implements Accountable
|
|||
leafContext.reader().getNumericDocValues(Consts.FIELD_PARENT_ORDINAL_NDV);
|
||||
if (parentValues == null) {
|
||||
throw new CorruptIndexException(
|
||||
"Parent data field " + Consts.FIELD_PARENT_ORDINAL_NDV + " not exists",
|
||||
"Parent data field " + Consts.FIELD_PARENT_ORDINAL_NDV + " does not exist",
|
||||
leafContext.reader().toString());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue