Reputation: 425
I use grouping with solr 3.3 and solrnet.
I want to paginate results using the number of grouping result. Solr allows this with ngroups parameter.
is it possible to use this parameter with solrnet?
Upvotes: 2
Views: 812
Reputation: 99730
Support for Solr grouping is available as of 0.4.0 alpha1, but the 'ngroups' parameter in particular is not implemented. Please file a new issue, feel free to fork the repository and implement it (it should be quite easy)
EDIT: OP sent a patch for this, it's now available in the master branch!
Upvotes: 2
Reputation: 11038
Check this out. Field collapsing seems to be broken, you have to fix it (link provided at bottom of the page)
Upvotes: 0