Jeremiah is on target, by the way.  Also, you have been able to use a property 
as a key for a long time, e.g.:

class Person
  include Ripple::Document
  property :name, String
  key_on :name
end

There are a number of reasons I have been holding off supporting manual 
secondary indexes, not the least of which is the upcoming support in Riak 
proper.

Sean Cribbs <[email protected]>
Developer Advocate
Basho Technologies, Inc.
http://basho.com/

On Jun 11, 2011, at 4:55 PM, Thomas Fee wrote:

> Hi all, but mainly directed at Sean Cribbs ...
> 
> From the slides at 
> http://www.slideshare.net/seancribbs/introducing-riak-and-ripple , slide 
> number 143 in particular, it seems that Ripple already supports indexes, 
> because that item is highlighted on the slide. However, I can't see any 
> mention of it in the documentation, mainly, the list of modules and methods.
> 
> Since Ripple currently doesn't support using a property as a key, I am 
> searching for a way to efficiently work around that. I'm sure this has been 
> dealt with by somebody already.
> 
> Thanks,
> Tom
> _______________________________________________
> 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

Reply via email to