public BitmapQuery <T> Or(string key)
 {
     _queryResultBitMap.Or(_bitMapIndex[key]);
     return(this);
 }