>From what I know you cannot create secondary indexes on SCF. You should have gotten this => https://issues.apache.org/jira/browse/CASSANDRA-1813 on index creation.
On Fri, May 20, 2011 at 6:56 AM, Monkey me <[email protected]>wrote: > Hi, > I have a SCF, Key is string, super column is TimeUUID, and several > columns with one column named "type", I create secondary index on this > column. I want to have the foliowing query to fetch all super columns along > with all columns. > 1. given a specific key > 2. given a range of super column (start time to end time) > 3. given specific "type" value. > > Is such query possible? I could not figure out how to use > getIndexedSlice to achieve this. Any idea? Thanks. > > > Hou >
