A permutation of doc IDs. For every document ID between 0 and , oldToNew(newToOld(docID)) must return docID.
0
oldToNew(newToOld(docID))
docID
Given the ordinal of a doc ID, return its doc ID in the original index.
Given a doc ID from the original index, return its ordinal in the sorted index.
Return the number of documents in this map. This must be equal to the of the [ ] which is sorted.