Get() operation into the index can be made faster by attaching a bloom-filter to the index. Typically it is expected to give false-positive by no false-negative. Bitmap index (implementing the Bloom) is already integrated with the index Builder type. We need to integrate them on the read-side. Specifically on the get() side.