also test points in TestUtil.checkReader

This commit is contained in:
Mike McCandless 2016-03-01 05:01:19 -05:00
parent 502b8800fc
commit 37cf22895f
1 changed files with 1 additions and 0 deletions

View File

@ -338,6 +338,7 @@ public final class TestUtil {
CheckIndex.testStoredFields(codecReader, infoStream, true);
CheckIndex.testTermVectors(codecReader, infoStream, false, crossCheckTermVectors, true);
CheckIndex.testDocValues(codecReader, infoStream, true);
CheckIndex.testPoints(codecReader, infoStream, true);
// some checks really against the reader API
checkReaderSanity(reader);