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