/**
  * Gets index.
  *
  * @param r feed record
  * @return map of attributes
  */
 protected Map<String, IFeedAttribute> getIndex(IFeedRecord r) {
   Map<String, IFeedAttribute> index = r.getData(IFeedRecord.STD_COLLECTION_INDEX);
   return index;
 }