Hello fellow SOLR community!

I have a question regarding best practices to store nested JSON objects.


So imagine that i have an object:
{
  "name": "test"
  "version": {
    "major": 1,
    "minor": 3,
    "patch": 4
  }
  "drinks: [ {
    "name": "drink1",
    "type": "drink"
   }]
}

How would you proceed with such document?
How to properly index it?
Are there some best practices?


Have a nice day,
Adam

Reply via email to