【发布时间】:2014-02-28 09:58:18
【问题描述】:
我正在使用 Django + Haystack 开发一个简单的搜索引擎。我正在学习这些教程:
- http://django-haystack.readthedocs.org/en/latest/tutorial.html#solr http://django-haystack.readthedocs.org/en/latest/installing_search_engines.html
- http://django-haystack.readthedocs.org/en/latest/installing_search_engines.html
在索引时
python manage.py rebuild_index
我收到此错误:
Failed to add documents to Solr: No connection adapters were found for 'localhost:8983/solr/update/?commit=true'
我更新了 schema.xml,重新启动了 solr 服务器,但错误仍然存在。我该如何解决?
【问题讨论】:
标签: django solr indexing django-haystack