Re: Using the special $key field for range queries across keys

2011-12-15 Thread Rusty Klophaus
Hi Izhar, I've included a command-line example below that uses the special $key field. Note that on the command line, the dollar sign ($) must be escaped with a backslash, otherwise the shell thinks you are referencing a variable. You won't need to escape the dollar sign using the client librarie

Using the special $key field for range queries across keys

2011-12-15 Thread Izhar Ravid
HI All, The Basho wiki states that: The $key index field is a special field that is implicitly indexed on all objects when Secondary Indexes is enabled. The value of this field is the object's key, so this field allows an application to perform range queries across the keys in a bucket. What i