【发布时间】:2019-08-03 07:55:45
【问题描述】:
我在我的 Django 应用程序中使用 Elasticsearch。当我尝试使用 curl 查询我的结果时,我发现 = false。有人可以帮我吗!]1
当我执行https://www.freecodecamp.org/news/elasticsearch-with-django-the-easy-way-909375bc16cb/ 时,我正在关注本教程和我的代码,而当我执行时我的代码失败了 curl -XGET 'localhost:9200/blogpost-index/blog_post_index/1?pretty'
【问题讨论】:
-
您使用的是哪个版本的 es?
标签: django elasticsearch