选择并计数卡桑德拉

时间:2019-02-19 04:47:52

标签: cassandra

我有一个查询,我想在单行的每个记录中显示总数。我正在使用cassandra lucene Index。

$query = 'SELECT * FROM Table WHERE expr(my_index, \'{
                               filter: {
                                 type: "boolean",
                                 must: [
                                    {type: "wildcard", field: "location", value: "*%s*"},
                                 ]
                               }
                            }\') limit 10; '

以上给出了10个结果,但我想获得每一行的总数。

0 个答案:

没有答案