Cassandra CQL wildcard search
问题 I have a table structure like create table file(id text primary key, fname text, mimetype text, isdir boolean, location text); create index file_location on file (location); and following is the content in the table: insert into file (id, fname, mimetype, isdir, location) values('1', 'f1', 'pdf', False, 'c:/test/'); insert into file (id, fname, mimetype, isdir, location) values('2', 'f2', 'pdf', False, 'c:/test/'); insert into file (id, fname, mimetype, isdir, location) values('3', 'f3', 'pdf