xunyulin

Results 5 comments of xunyulin

PR: https://github.com/qiniu/java-sdk/pull/525/files

if w in jieba.FREQ: d[w]=d.get(w,0.0) + 1.0 jieba.FREQ现在已经不存在了,请问现在应该如何写if w in ?

How do I know whether the result set is empty?

The result of sql below is empty in mysql client, but the lua table res deed has key(new_visitor, return_visitor) whose value I print using ngx.log is NULL. I really can't...

It seems that Fuzzy Search not working well. At current time it look like Prefix Search instead of Fuzzy Search.