gpt4 book ai didi

Cassandra CQL 通配符搜索

转载 作者:行者123 更新时间:2023-12-04 23:23:16 25 4
gpt4 key购买 nike

我有一个像

创建表文件(id 文本主键、fname 文本、mimetype 文本、isdir bool 值、位置文本);
在文件(位置)上创建索引 file_location;


以下是表中的内容:

插入文件 (id, fname, mimetype, isdir, location) values('1', 'f1', 'pdf', False, 'c:/test/');
插入文件 (id, fname, mimetype, isdir, location) values('2', 'f2', 'pdf', False, 'c:/test/');
插入文件 (id, fname, mimetype, isdir, location) values('3', 'f3', 'pdf', False, 'c:/test/');
插入文件 (id, fname, mimetype, isdir, location) values('4', 'f4', 'pdf', False, 'c:/test/a/');


我想列出符合以下条件的所有 id:

从文件中选择 id,其位置如 '%/test/%';

我知道 CQL 不支持 like,任何人都可以建议我应该对这些通配符搜索查询采取什么方法。请建议。

最佳答案

DataStax Enterprise 为 Cassandra 添加全文搜索:http://www.datastax.com/docs/datastax_enterprise3.1/solutions/search_index

关于Cassandra CQL 通配符搜索,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18444567/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com