basho/riak-dotnet-client

GeoFilt Support

Opened this issue · 1 comments

I'm unable to find GeoFilt options in the Search Filters. Is it supported?

https://cwiki.apache.org/confluence/display/solr/Spatial+Search

We found a way to workaround this.

var riakFluentSearch = new RiakFluentSearch("CatalogItems","Name").Search("Intro").Build();

var riakSearchRequest = new RiakSearchRequest("CatalogItems", riakFluentSearch.ToString(),
                "{!geofilt pt=40.89,-86.05 sfield=LatLon d=80}'");