Hi, Please expand a bit your needs, because the answer to your question could be different.
Specifically: is that nesting needed only for visualization purposes? Could you please expand your access pattern (i.e. queries requirements)? Even if Solr supports nested documents (just google "Solr nested documents") , depending on the answers above, it could be something that you don't need. Best, Andrea Il sab 14 lug 2018, 13:27 sara hajili <hajili.s...@gmail.com> ha scritto: > hi > i need add nested document in solr . how can i do this ? > how add nested document field in schema ? > for example i need to add this : > { > "id":12, > 'topic":[ { > code:1, > name:"hi" > }, > { > code:2, > name:"hi" > } > ] > } >