as the validation error ("No indexed columns present in index clause
with operator EQ") explains, you need at least one at EQ after which
you can add others w/ other operators

On Thu, Sep 9, 2010 at 1:08 PM, David Erickson <halcyon1...@gmail.com> wrote:
> Hi all,
> I have been running the nightly of Cassandra and was able to get the
> secondary indices working for me, and queryable with IndexOperator.EQ.
>  I have an additional index that I need to use IndexOperator.LTE on
> for LongType, which I tried to use but the equivalent of a
> NotImplementedException was thrown for anything other than .EQ.  I
> found the commit introducing this:
> 283e365196cdad3fb352de0b6d7a8c0ddd1d784a however what puzzles me is
> the same commit claims to fix issue 1401 "allow all operators in
> secondary clauses to index query"
> (https://issues.apache.org/jira/browse/CASSANDRA-1401), and introduces
> a test for the GTE operator.  So my question is why is the
> ThriftValidator disallowing these queries?
>
> Thanks,
> David
>



-- 
Jonathan Ellis
Project Chair, Apache Cassandra
co-founder of Riptano, the source for professional Cassandra support
http://riptano.com

Reply via email to