BaseDocValuesFormatTestCase
Extends LegacyBaseDocValuesFormatTestCase and adds checks for DocValuesSkipper.
Inheritors
Functions
This test is the best effort at verifying that checkIntegrity doesn't miss any files. It tests that the combination of opening a reader and calling checkIntegrity on it reads all bytes of all files.
Tests where a DVField uses a high number of packed bits to store its ords. See: https://issues.apache.org/jira/browse/LUCENE-10159
The purpose of this test is to make sure that bulk merge doesn't accumulate useless data over runs.
Calls close multiple times on closeable codec apis
Tests exception handling on write and openInput/createOutput
Tests dv against stored fields with threads (binary/numeric/sorted, no missing)
Tests dv against stored fields with threads (all types + missing)