Hi All,

This is regarding nested array functionality. I have requirements
1. to store category and sub-category association with a word in the Solr.
2. Also each word can be listed under multiple categories (and thus
sub-categories). 
3. Query based on category or sub-category.

One way is to have two separate Array fields in Solr and making sure that
field category[0] is the super-category of field sub-category[0].

Has anyone encountered similar problem in Solr? Any suggestions will be
great.

Thanks
Param

Reply via email to