... UTF-8 server.index = 192.168.171.22:8383 server.search = 192.168.171.22:8384 [pid] type = id [itemid] [title] index = mixed [content] type=body cutlen=600 [categoryid] index = self [category] index=none [searchcount] index=none [createtime] index=none 谢谢...
...harset = utf-8 server.index = 10.1.20.51:8383 server.search = 10.1.20.51:8384 [id] type = id [title] type = string [content] type = string [date] type = numeric 服务器和sdk分开部署 添加文档代码 但是我运行
...rset = utf-8 server.index = 10.19.90.96:8383 server.search = 10.19.90.96:8384 我本地和测试机用的都是96上的库,代码写好了,生成索引库,然后访问,我本地所有数据都能出来,可是96测试机上只有ID和SUBJECT能出来,其他都是null,用的都是...
.... (BIND:127.0.0.1:8383) INFO: stopping server[xs-searchd] (BIND:127.0.0.1:8384) .... [OK] INFO: re-starting server[xs-searchd] ... (BIND:127.0.0.1:8384) ./bin/xs-ctl.sh: line 71: 5576 段错误 bin/xs-searchd -l tmp/searchd.log -b $bsearch -k $cmd [root@sm xunsearch]# [hr] ...
... if (!isset($this->_config['server.search'])) { $conns[] = 8384; } else { foreach (explode(';', $this->_config['server.search']) as $conn) { $conn = trim($conn); if ($conn !== '') { $conns[] = $conn; } ...
...ect.chartset = UTF-8 server.index = x.x.x.1:8383 server.search = x.x.x.1:8384 我的搜索代码在2中然后搜索 提示"Connection refused(C#111) 请问我是哪里出错了 在线等啊
...c project.default_charset = utf-8 server.index = 8383 server.search = 8384 [music_id] type = id [music_name] type = title index = both [message] type = body cutlen = 500 [singer] type = string index = both [company] type = string index = none [album_name] type = s...
...dex = 搜索服务器外网IP:8383 server.search =搜索服务器外网IP:8384 监听也是 /usr/local/xunsearch/bin/xs-ctl.sh -b 搜索应用程序服务器IP restart 同台服务器测试都没问题 能搜索 [attachment=27]
...c project.default_charset = utf-8 server.index = 8383 server.search = 8384 [music_id] type = id [music_name] type = title index = both [message] type = body cutlen = 500 [singer] type = string index = both [company] type = string index = none [album_name] type = stri...
...为 bin/xs-ctl.sh -b inet start 就可以默认为本地所有ip的8383,8384端口 -------------------------- 那么PC-B,php-sdk中的应用,调用 它怎么知道是哪一台装了xunsearch的? 或者说肿么让B的php-sdk去调用A的xunsearch?