/// <summary>
 /// If the subclass of FilteredIndexReader modifies the
 /// deleted docs, you must override this method to provide
 /// a different key */
 /// </summary>
 public override object GetDeletesCacheKey()
 {
     return(in_Renamed.GetDeletesCacheKey());
 }