V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
wudigaga
V2EX  ›  Python

django 集成 ElasticSearch 7.10 出现错误,执行 Python manage.py rebuild_index 创建索引时候出现的,有大佬知道如何解决吗?

  •  
  •   wudigaga · 2020-11-13 19:23:43 +08:00 · 1359 次点击
    这是一个创建于 1274 天前的主题,其中的信息可能已经有所发展或是发生改变。
    (0.001) SELECT `cidian_article`.`id`, `cidian_article`.`atitle` FROM `cidian_article` ORDER BY `cidian_article
    `.`id` ASC LIMIT 200; args=()
    G:\Python34\lib\site-packages\elasticsearch\connection\base.py:190: ElasticsearchDeprecationWarning: The [edge
    NGram] tokenizer name is deprecated and will be removed in a future version. Please change the tokenizer name
    to [edge_ngram] instead.
    warnings.warn(message, category=ElasticsearchDeprecationWarning)
    G:\Python34\lib\site-packages\elasticsearch\connection\base.py:190: ElasticsearchDeprecationWarning: The [nGra
    m] tokenizer name is deprecated and will be removed in a future version. Please change the tokenizer name to [
    ngram] instead.
    warnings.warn(message, category=ElasticsearchDeprecationWarning)
    G:\Python34\lib\site-packages\elasticsearch\connection\base.py:190: ElasticsearchDeprecationWarning: [types re
    moval] Specifying types in bulk requests is deprecated.
    warnings.warn(message, category=ElasticsearchDeprecationWarning)
    1 条回复    2020-11-14 13:30:17 +08:00
    smart9527
        1
    smart9527  
       2020-11-14 13:30:17 +08:00
    type 有问题
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1290 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 35ms · UTC 18:02 · PVG 02:02 · LAX 11:02 · JFK 14:02
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.