We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No solr error when adding doc.
Error when doc contains multiple levels of nested objects.
Solr responded with an error (HTTP 400): [Reason: Error parsing JSON field value. Unexpected OBJECT_START at [79], field=property_level1]
Add doc:
{ "id": "doc_1", "title": "title_1", "property_level1": { "property_level2": { "property_level3": 1 } } }
The text was updated successfully, but these errors were encountered:
Only happens on pysolr version 3.9.0. It is fine on 3.6.0, 3.7.0, 3.8.0.
Sorry, something went wrong.
No branches or pull requests
I have
Expected behaviour
No solr error when adding doc.
Actual behaviour
Error when doc contains multiple levels of nested objects.
Steps to reproduce the behaviour
Add doc:
Configuration
The text was updated successfully, but these errors were encountered: