-
Notifications
You must be signed in to change notification settings - Fork 342
Open
Description
I have
- Tested with the latest release
- Tested with the current master branch
- Searched for similar existing issues
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
- Run the following code:
solr.add([
{
"first": "John",
"last": "Doe",
"grade": 8,
"exams": [
{
"subject": "Maths",
"test" : "term1",
"marks" : 90},
{
"subject": "Biology",
"test" : "term1",
"marks" : 86}
]
}
])
Configuration
- Operating system version:
Ubuntu
- Search engine version:
solr:9.1.0
- Python version:
3.8
- pysolr version:
3.10.0b1
Metadata
Metadata
Assignees
Labels
No labels