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
I want to be able to store nested JSON document in solr, as described here: https://solr.apache.org/guide/solr/latest/indexing-guide/transforming-and-indexing-custom-json.html
It seems this is not possible at the moment.
solr.add([ { "first": "John", "last": "Doe", "grade": 8, "exams": [ { "subject": "Maths", "test" : "term1", "marks" : 90}, { "subject": "Biology", "test" : "term1", "marks" : 86} ] } ])
Ubuntu
solr:9.1.0
3.8
3.10.0b1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have
Expected behaviour
I want to be able to store nested JSON document in solr, as described here:
https://solr.apache.org/guide/solr/latest/indexing-guide/transforming-and-indexing-custom-json.html
Actual behaviour
It seems this is not possible at the moment.
Steps to reproduce the behaviour
Configuration
Ubuntu
solr:9.1.0
3.8
3.10.0b1
The text was updated successfully, but these errors were encountered: