Hi Dennis,
There is a grouping example here:
https://github.com/basho/riak-dotnet-client/wiki/Search
There is some support for sending the Solr query to Riak here:
https://github.com/basho/riak-dotnet-client/blob/develop/src/RiakClient/Models/Search/RiakSearchRequest.cs#L88
But I suspect the abo
Hi,
Just to clarify what I'm trying to accomplish. I'm trying to translate the
http solr query into using RiakSearchRequest/RiakFluentSearch.
I've gotten this far but I cannot figure out how to do grouping in solr
using .net:
using (var cluster = RiakCluster.FromConfig("riakConfig"))