mirror of https://github.com/apache/lucene.git
LUCENE-9247: Add missing commit.
This commit is contained in:
parent
cd984e2dc0
commit
d10db0d98f
|
@ -1109,6 +1109,7 @@ public final class CompressingTermVectorsReader extends TermVectorsReader implem
|
|||
|
||||
@Override
|
||||
public void checkIntegrity() throws IOException {
|
||||
indexReader.checkIntegrity();
|
||||
CodecUtil.checksumEntireFile(vectorsStream);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue