You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Djapian Users
I'm curious to know if there has been any though into putting the
content from the index into the Hit objects that come back from the
search. This as opposed to having to loop over each Hit object an
reference the `instance` property.
So if my indexer class had a field called `content`
The hit object would also have a property called content and I could
fetch that information from my search results rather than having to
hit the DB and get the data from a model object.