We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[root@instance-eegfzl7f php]# util/Quest.php cms --query="公司 AND modelid:3" --limit 0,5 在 20 条数据中,大约有 6 条包含 公司 AND modelid:3 ,第 1-5 条,用时:0.0022 秒。
[root@instance-eegfzl7f php]# util/Quest.php cms --query="公司 AND modelid:3" --limit 0,10 在 20 条数据中,大约有 9 条包含 公司 AND modelid:3 ,第 1-9 条,用时:0.0026 秒。
The text was updated successfully, but these errors were encountered:
这个问题一直到现在还存在
Sorry, something went wrong.
几百条几千条以上有误差还过得去,几条都有这么大误差
这是 xapian 的机制所致,如果只是为了得到精确的计数,可以通过 setLimit() 并传入一个较大的 offset
No branches or pull requests
[root@instance-eegfzl7f php]# util/Quest.php cms --query="公司 AND modelid:3" --limit 0,5 在 20 条数据中,大约有 6 条包含 公司 AND modelid:3 ,第 1-5 条,用时:0.0022 秒。
[root@instance-eegfzl7f php]# util/Quest.php cms --query="公司 AND modelid:3" --limit 0,10 在 20 条数据中,大约有 9 条包含 公司 AND modelid:3 ,第 1-9 条,用时:0.0026 秒。
The text was updated successfully, but these errors were encountered: