TODO: Check correct types during validation.
In the BTree single BFile, the keys are : (collectionId, indexType, indexData) and the values are : gid1, gid2-gid1, ...
Algorithm:
When a node is stored, an entry is added or updated in the {@link #pending} map, with given String content and basic type as key. This way, theindex entries are easily put in the persistent BFile storage by {@link #flush()} .
@author wolf
|
|
|
|
|
|