I have user model and comment, I am using django_elasticsearch_dsl to index in ElasticSearch
# models.py class Comment(models.Model): user = models.OneToOn