好象IP地址也分了.比如:192.168.0.1,结果是: No. WordString Attr Weight(times) ------------------------------------------------- 01. 192.168 en 4.86(1) 02. 0.1 en 2.75(1) http://www.163.com No. WordString A...
IP可能是被当做数字了,这个问题我想我得好好考虑一下呵。 数字可以允许一个点出现,所以出现了这样的情况,
[quote='hightman' pid='3577' dateline='1274842781'] 是按正常切分的。这个没有单独处理~ 不影响检索~ [/quote] 那网址是按"."划分.而ip却不是 No. WordString Attr Weight(times) ------------------------------------------------- 01. 192 en 4.86(1) 02. 168 en... 03...
...目录下): bin/xs-ctl.sh -b local start // 监听在本地回环地址 127.0.0.1 上 bin/xs-ctl.sh -b inet start // 监听在所有本地 IP 地址上 bin/xs-ctl.sh -b a.b.c.d start // 监听在指定 IP 上 我在配置的时候,也遇到过类似这样的错误,后来运行了...
...方式: > ~~~ > bin/xs-ctl.sh -b local start // 监听在本地回环地址 127.0.0.1 上 > bin/xs-ctl.sh -b inet start // 监听在所有本地 IP 地址上 > bin/xs-ctl.sh -b a.b.c.d start // 监听在指定 IP 上 > bin/xs-ctl.sh -b unix start // 分别监听在 tmp/indexd.sock 和 ...
...号(数字)*,连接 `localhost` 的该端口号 (例:`8383`) 2. *地址:端口号*,冒号连接地址(域名、IP地址)和端口 (例:`127.0.0.1:8383`) 3. *文件路径*,本机的 `unix socket` 连接路径 (例:`/tmp/index.sock`) ~~~ ; 索引服务端配置,默认...
...php --rebuild --source=mysql://数据库用户名:数据库密码@数据库地址/数据库名 --sql="select t.tid as tid, t.fid as fid, t.author as author, t.authorid as authorid, t.postdate as postdate, t.subject as subject, tm.content as content from pw_threads t left join pw_tmsgs tm on t.tid = ...