Re: Querying with SAI indexes

2024-08-13 Thread Soheil Rahsaz
Thank you for your help :) On Tue, Aug 13, 2024 at 6:36 PM Caleb Rackliffe wrote: > The short answer is that the OR and IN (which is basically OR under the > hood) operators are not supported yet in 5.0. See > https://issues.apache.org/jira/browse/CASSANDRA-19829 > > On Aug 13, 2024, at 3:51 AM,

Re: Querying with SAI indexes

2024-08-13 Thread Caleb Rackliffe
The short answer is that the OR and IN (which is basically OR under the hood) operators are not supported yet in 5.0. See https://issues.apache.org/jira/browse/CASSANDRA-19829 > On Aug 13, 2024, at 3:51 AM, Soheil Rahsaz wrote: > >  > Hello, > > I'm experimenting with SAI indexes and followi

Querying with SAI indexes

2024-08-13 Thread Soheil Rahsaz
Hello, I'm experimenting with SAI indexes and following the instructions on this page https://cassandra.apache.org/doc/latest/cassandra/developing/cql/indexing/sai/sai-working-with.html#querying-with-sai But some of the queries are not working for me. For example, https://cassandra.apache.org/doc/