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