RiakIndexAllKeys Method (String) |
Namespace: RiakClient.Models.MapReduce.Inputs
This is a wrapper around a range query on the $key index in Riak. Working with secondary indexes requires that users enable the LevelDB backend and restart their cluster.
This makes the assumption that all keys fall between the Unicode characters \u000000 and \u10FFFF (16-bit Unicode). This would typically be used in a stand alone Map phase to return all keys as a List<RiakObjectId>. See https://gist.github.com/peschkaj/4772825 for a working example.