break;
}
boolean hasParent = false;
ContentletRelationshipRecords records = relationshipsData.new ContentletRelationshipRecords(relationship, hasParent);
records.setRecords(searchResults);
relationshipsRecords.add(records);
}
return relationshipsData;
}