I tried to run the example on http://www.riptano.com/blog/whats-new-cassandra-07-secondary-indexes programatically.
After I index the column "state", I tried to get_indexed_slices (where state = 'UT') but it returned an empty list. But if I index first, then query, it'll return the correct result. Any advise is appreciated. Thanks.