...arch($query = null, $saveHighlight = true){ if ($this->_curDb !== self::LOG_DB && $saveHighlight) { $this->_highlight = $query; } $query = $query === null ? '' : $this->preQueryString($query); $page = pack('II', $this->_offset, $this->_limit > 0 ? $this->_limit : self::PAGE_SIZE);...
...ject 为您的搜索项目 $prefix/sdk/php/util/Indexer.php $project -d log_db --clean $prefix/sdk/php/util/Indexer.php $project --flush-log 官方网站:[url]http://www.xunsearch.com/[/url] 下载地址:[url]http://www.xunsearch.com/download/xunsearch-full-latest.tar.bz2[/url] 代码...
...决方法记录下,希望对各位有帮助(以下来自安装时候的log,我用的SSH来安装的)。 第一部分:下载安装 wget http://www.xunsearch.com/download/xunsearch-full-latest.tar.bz2 tar -xjf xunsearch-full-latest.tar.bz2 cd xunsearch-full-1.3.3/ sh setup.sh 错...
我们现在有一个需求,希望能够通过时间来获得热门搜索,比如,某月的热门搜索关键词是那些. 遇到的问题是: 日志 log_db 的字段配置中没有发现时间相关字段. 不知道是否有方法解决这个问题,非常感谢!!
xs-searchd 彻底挂掉的话 8384 就关闭了,这个端口基本上是只读的只有 search log 是写入的。你可以限制一些访问IP。
添加索引失败,查看indexd.log: ERROR failed to open/lock the input file (FILE:tmp/touch_db.snd, ERROR:No locks available) indexd[13366] NOTICE import exit (DB:18touch.db, FLAG:0x0000, PID:13600, EXIT:-1) 把touch_db.sn删除掉,仍然会出现这种问题,如何解决?