Expand=true is setting group head by default. how to disable group head?
Am trying expand=true in my query to group the results, my query looks like fq={!collapse field=your_field}&expand=true. Am getting group heads of each group in the response by default.
How to disable group head so I get all the results in expanded section.