-
Notifications
You must be signed in to change notification settings - Fork 1.3k
An attempt to fix the config error in new Solr versions #2000
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Co-authored-by: Christian Clauss <cclauss@me.com>
The last (I hope) problem seems to be with the extraction endpoint:
Edit: I tested locally on my Solr 9 and the response does return the data, but on different fields: "file" and "file_metadata". |
I'm not sure, but I think this is a problem in pysolr. I'm guessing it expects the content in a field Edit: Yeap. Solr 7 is returning |
I think the fix for pysolr would be something like this: django-haystack/pysolr#490 |
Hi, @cclauss ! Any update on this? 😃 |
Hi, @acdha ! Would you have time to take a look at this? 😁 |
Related to: #1986 (comment)