No matter what I do, I can't seem to remove the Submitted by [username] from popping up in my search results for the Article content type. I'm using the Apache SOLR module. If you visit the article page itself, I never actually display this information, so showing up on the search results page is confusing me.
When I go to manage fields for my search results, I've got the following for content (I removed username but that didn't help).
When I look into my General fields and edit Rendered item, the view mode for article content type is set to default.
When I check my default display fields, it is the following.
Yet, when I search for a username in search, admin for this example, I get the following results on the page.
Why is it still showing submitted by admin in the results and how can I actually remove it? I've tried a couple of preprocess functions that I found while searching but nothing seems to work. (Yes, I've cleared my cache after every change in code.) Any suggestions or pointing in the right direction would be greatly appreciated.