Details
Description
The class will be called IndexConsistency and will be used to keep track of all the inconsistencies we find during the validation of a collection, our cursor positions during a scan, yielding logic and information the IndexAccessMethod hooks return.
We'll also move all the KeyString hashing work to this class.
CollectionImpl::validate() will start using this class instead of keeping track of the inconsistencies itself.