I am using solrnet 0.40 grouping functionality. And I am grouping on a single field (say filename).
But in the results I would like to display multiple hits for the group (filename).
FileName-1
- hit-1, hit-2....hit-n
FileName-2
- hit-1, hit-2....
and so on....
Is there any way grouping gives me the functionality to get results clustered other than the obvious way of running a secondary query for each group?
TIA