mirror of https://github.com/apache/lucene.git
also test points in TestUtil.checkReader
This commit is contained in:
parent
502b8800fc
commit
37cf22895f
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue