Hello,

I am facing an issue when i am trying to use child="true" in entity.
For example i am having some relational data in my DB. Please find the
sample JSOn format below
{
Category : "Shirt",
CategoryId : 1
Categoryvalues : [
{
    id : 1,
    size : XL,
   color : red
},
{
    id : 2,
    size : XL,
   color : blue
}

]
}

When i am trying to apply child="true", i am getting flat structure. Not the
same way i defined above. Could you please tell me options to create the
JSON in above mentioned format



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-Child-true-flag-in-version-6-4-tp4330312.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to