i wanna to search in cassandra database. After much research, I found
Stratio’s Cassandra Lucene Index
Is there another way to simple search on Cassandra? I mean a simple search query something like in Mysql
I've used this query but his conclusion was wrong
select * from users where uname > 'sa' allow filtering;