Does anyone know what form the 'input' item will take in a map reduce that uses the HTTP API in Riak when using the output of a secondary index query? The Riak website states 'If you've enabled Secondary Indexes, the list of inputs can also reference a Secondary Index query' but then never explains what form that would take.
Since the input format for most map reduce queries is "input" : ["bucket", "key", "keydata"] what is the equivalent of 'curl riakhost:port/buckets/bucketname/index/indexname_bin/indexvalue'?
A link or some information would be useful.