Why do the values returned by yield affect each other #5495
Labels
affects/none
PR/issue: this bug affects none version.
process/fixed
Process of bug
severity/none
Severity of bug
type/bug
Type: something is unexpected
General Question
写了个查询语句
结果是这样的
但我将yield 中的$-.set_a as set_a删除后就无法计算出jaccard值
这是删除后的结果
同理删除边上的size也影响了结果输出。
另外我想查询与某一部电影包含相同电影类型的电影,并且将结果按jaccard相似度排序,但我现在的查询语句需要花费0.45秒才能完成查询。如果是仅查询某一部电影包含相同电影类型的电影,也就是查询语句的前两句仅消耗0.08秒,所以我想知道该怎么优化我写的计算jaccard相似度的部分,或者是不是有什么函数能让结果直接按照相似度排序。
The text was updated successfully, but these errors were encountered: