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