Inpmelemtation of IndexStorage using a Cluster File system. This
implementation perfoms all index write operations in a new temporary segment.
On completion of the index operation it is merged with the current segment.
If the current segment is larger than the threshold, a new segment is
created. Managing the segments and how they relate to the cluster is
delegateed to the ClusterFilesystem
author: ieb