Django==3.2.5
django-haystack==3.0
pysolr==3.9.0
Solr = 8.9.0
我正在按照 https://django-haystack.readthedocs.io/en/master/tutorial.html中的教程使用 Solr 创建 Django 应用程序。
在执行时./manage.py rebuild_index
,我收到如下错误:
**File "/..../tele_env/lib/python3.8/site-packages/haystack/indexes.py",
line 202, in build_queryset
index_qs = self.index_queryset(using=using)
TypeError: index_queryset() got an unexpected keyword argument 'using'**
自解决此错误 3 天以来,我一直坚持。尝试使用 solr 6.6 降级每个软件包(Django、pysolr、haystack,但没有帮助我。
请帮助我摆脱这个升级和降级的循环......在此先感谢