The previous thread where we discussed this is called, "key is sorted?"
On Wed, Jun 2, 2010 at 2:56 PM, David Boxenhorn <da...@lookin2.com> wrote: > I'm not using OPP. But I was assured on earlier threads (I asked several > times to be sure) that it would work as stated below: the results would not > be ordered, but they would be correct. > > On Wed, Jun 2, 2010 at 2:51 PM, Torsten Curdt <tcu...@vafer.org> wrote: > >> Sounds like you are not using an order preserving partitioner? >> >> On Wed, Jun 2, 2010 at 13:48, David Boxenhorn <da...@lookin2.com> wrote: >> > Range search on keys is not working for me. I was assured in earlier >> threads >> > that range search would work, but the results would not be ordered. >> > >> > I'm trying to get all the rows that start with "CATEGORY." >> > >> > I'm doing: >> > >> > String start = "CATEGORY."; >> > . >> > . >> > . >> > keyspace.getSuperRangeSlice(columnParent, slicePredicate, start, >> > "CATEGORY/", max) >> > . >> > . >> > . >> > >> > in a loop, setting start to the last key each time - but I'm getting >> rows >> > that don't start with "CATEGORY."!! >> > >> > How do I get all rows that start with "CATEGORY."? >> > >