Hi Theo, The Riak HTTP client for Erlang uses the 'riakc_obj' from the PB client to represent records. You can therefore use any utility functions available there to manipulate metadata. The HTTP client for Erlang does however currently not support secondary indexes [1], meaning that these will not be parsed nor sent when getting or putting an object.
[1] http://docs.basho.com/riak/1.3.0rc4/references/Client-Libraries/#HTTP Best regards, Christian On 20 Feb 2013, at 08:41, Theo Bot <[email protected]> wrote: > Hi > > I found in the erlang client that there are methods (clear_secondary_indexes, > delete_secondary_index) in the pb api to maintain the secondary index of > objects. However in the http api I cannot find such methods. > > -- > Kind regards > > Theo Bot > Network Management Engineer > e-mail: [email protected] > Website: http://www.proxy.nl > LinkedIn: http://www.linkedin.com/in/theobot > > _______________________________________________ > riak-users mailing list > [email protected] > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
_______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
