hi大人, tail -f 观察了一会search.log,同时前台搜索了一些词,发现没有被反映到search.log, 猜测search.log只记录系统内置词(scws) 建议如果用户自定了dict_user.txt也一并记录 因为用户自定义的词一般更贴近实际业务,对访客更...
search.log 的生成是有一些规则判断和调整的,并不是如你所说的。自定义词典也会纳入考虑,但过于复杂的搜索语句是不会记录的。
那我将自定义词典的方式变成利用scws提供的方法扩充内置词典,是否就能够让自定义词被search.log记录的可能性增大呢
... # Logger.php --hot=total test 来查看统计,结果为空 查看search.log,发现是有记录的,好像没有自动更新到log_db # cat search.log httpd rmvb nginx nginx 然后使用 # Logger.php --flush test 来强制更新,提示完成,然后再查看search.log已经...
...://www.bigxu.com bigxu@foxmail.com # example : ./check.sh http://www.xunsearch.com/site/search?q=demo RE /data/www/xunsearch/bin/xs-ctl.sh /hom/bigxu/xu_restart.log > /dev/null 2>&1 & try_times=5 if [[ $1 == 'help' || $4'x' == 'x' ]] then echo "arg1 try:url,example http://www.xunse...
...法清理,并且占用空间。 清理前: [code] 360M /data/xunsearch/data/db_product/db 2.9G /data/xunsearch/data/db_product/db_a 2.0G /data/xunsearch/data/db_product/db_o 208K /data/xunsearch/data/db_product/log_db 4.0K /data/xunsearch/data/db_product/search.log [/code] 清理后...
...出现下面的错误: Fatal error: Uncaught [XSException] ../../../../search/sdk/php/lib/XS.php(2094): Couldn't stat 'data/dream/log_db'(S#515) thrown in /search/sdk/php/lib/XS.php on line 2094 请问是怎么回事呢?谢谢[hr] [root@localhost php]# util/Quest.php --suggest dream m 目...
第一个参数是网址:比如, http://www.xunsearch.com/site/search?q=demo 老个参数是这个页面应该包含的文字,比如: RE 第三个参数是 xs-ctl.sh的位置 第是个参数是重启记录比如 /var/log/xu_xs.log
...理,也就是得不到热门搜索的功能,页面中我也增加了$search->getRelatedQuery()的调用,但是却没有任何内容。 请问我该如何排查问题出在什么地方? 热门搜索词是空的,但是有相关搜索词,难道热门搜索词必须是一个星期之后才能...