'MongoEngine supported by django-elasticsearch-dsl?

According to Docs can create a class Index inside the Document,... then The Django model associated with this Document like the below code

class Django:
        model = Car

I'm using MongoEngine instead of the Default Django model. Do you support MongoEngine or not? if don't support What is your suggested solution?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source