Hii, I wanted to know whether solr provides a feature to do a second collapse on expanded results or not? For my use case I am doing collapse of fieldA, and getting expandedResults. I need the expanded results in such a way that all the values under fieldB are present in expandedResults.
Eg. I am doing a collapse on MovieCategory, and each MovieCategory will have a subcategory, So how Can I ensure I get all Possible Subcategories in expanedResults. (Can we do a second collapse on subCategories also?) Thanks. Daxesh.