Search code examples
c#solrsolrnet

Solr: No Groups returned when Matches = 1 and NGroups = 1


I am querying solr and results are grouped. Everything is working fine until I make a specific query which returns (supposedly) only 1 result. Debugging shows that there was a match and a ngroup, but no groups are returned from solr. Any pointers to the solution would be appreciated.

Solr Grouping Error Description


Solution

  • Stupid mistake on my part in paging. The calculated value was start = 1, so it skipped the first result. Fixed.