How to indexing JSONField inside NestedField in Django using django_elasticsearch_dsl?

前端 未结 0 1064
猫巷女王i
猫巷女王i 2020-12-15 14:03

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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题