From 88176745dea5f931b8c90328f7fbfdbae2756865 Mon Sep 17 00:00:00 2001 From: "J. Brisbin" Date: Wed, 15 Dec 2010 11:24:52 -0600 Subject: [PATCH] Tweaked docs on letting Riak generate IDs --- src/docbkx/reference/riak.xml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/docbkx/reference/riak.xml b/src/docbkx/reference/riak.xml index df938bad6..4d1d6dfe9 100644 --- a/src/docbkx/reference/riak.xml +++ b/src/docbkx/reference/riak.xml @@ -115,22 +115,26 @@ public class Example { Additionally, there is a setWithMetaData method that takes a Map of metadata that will be set as the outgoing HTTP headers. To set custom metadata, your key should be prefixed with X-Riak-Meta- e.g. X-Riak-Meta-Custom-Header. - Riak has the ability to generate random IDs for you when storing objects. The RiakTemplate exposes this capability via the put method. It will return the ID it generated for you as a String. - + Letting Riak generate the key + + Riak has the ability to generate random IDs for you when storing objects. The RiakTemplate exposes this capability via the put method. It will return the ID it generated for you as a String. + - + ]]> + +