我正在尝试使用 ./manage.py rebuild_index 第一次在 ubuntu 上为 Django 构建我的 solr 索引,但出现以下错误:
Removing all documents from your index because you said so.
Failed to clear Solr index: Connection to server 'http://localhost:8983/solr/update/?commit=true' timed out: HTTPConnectionPool(host='localhost', port=8983): Request timed out. (timeout=10)
All documents removed.
Indexing 4 dishess
Failed to add documents to Solr: Connection to server 'http://localhost:8983/solr/update/?commit=true' timed out: HTTPConnectionPool(host='localhost', port=8983): Request timed out. (timeout=10)
我可以通过我的网络浏览器访问 localhost:8983/solr/ 和 localhost:8983/solr/admin