Modular search for Django
The SearchResult class provides structure to the results that come back from the search index. These objects are what a SearchQuerySet will return when evaluated.
The class exposes the following useful attributes/properties:
Returns the content type for the result’s model instance.