Note

This is a public alpha release, and therefore features and functionality may change and the software and documentation may contain technical bugs or other issues. If you discover any issues please consider registering a GitHub issue.

applications.search_indexes module

class applications.search_indexes.ApplicationIndex[source]

Bases: haystack.indexes.SearchIndex, haystack.constants.Indexable

fields = {'text': <haystack.fields.CharField object at 0x7f2111ee44a8>}
get_model()[source]

Should return the Model class (not an instance) that the rest of the SearchIndex should use.

This method is required & you must override it to return the correct class.

objects = <haystack.manager.SearchIndexManager object>
text = <haystack.fields.CharField object>