Ok, so non-unique indexes are supported, but only full equality matches on the values are supported right now.
Will it in the future allow for partial/range matches ? e.g. Find all contacts with a J as the first letter ? Jason On Thu, Nov 11, 2010 at 12:13 AM, Jonathan Ellis <jbel...@gmail.com> wrote: > On Wed, Nov 10, 2010 at 5:55 PM, J T <jt4websi...@googlemail.com> wrote: > > CF: Contacts (with an index on 'fullname') > > key : id1 { fullname : "John Brown", address : "London" } > > key : id2 { fullname : "John Brown", address : "Paris" } > > Would the 0.7 index on fullname allow me to lookup the 2 entries if I > > searched on "John" or "John Brown" ? > > Yes, the latter. > > -- > Jonathan Ellis > Project Chair, Apache Cassandra > co-founder of Riptano, the source for professional Cassandra support > http://riptano.com >