搜索

大约有 168 项符合查询结果, 库内数据总量为 3,513 项。 (搜索耗时:0.1938秒)

71.检索标题过长的问题

发布时间:2011-11-11 12:11 t By zxing

搜索数据过长的时候 会抛出异常 Data/Name too long 用户体验不是很好 建议官方给出允许最长检索条件的长度,并且最好在SDK中进行判断 如果超长自动截取。

72.RE: 关于匹配度

发布时间:2012-03-07 10:03 t By linren119

project.name = product_search2 server.index = 192.168.1.222:8383 server.search = 192.168.1.222:8384 [sales_id] type = id index = both [title] type = title 这是索引文件。

73.RE: 导入库的时候乱码,如下:

更新时间:2012-05-07 15:05 t By bigxu

可看数据库编码。 参考: SET NAMES utf8

74.搜索上的问题死活搜不到

发布时间:2013-07-12 11:07 t By net_li

.ini 配置文件 [id] type = id [screen_name] type = title [crts] type = string 添加索引:

75.XSFieldMeta::__toString

__toString() 方法 public string __toString() {return} string 字段名称 源码: sdk/php/lib/XSFieldScheme.class.php#L310 (显示) public function __toString(){ return $this->name;} 将对象转换为字符串

76.求助关于无效字符的Exception问题

更新时间:2013-09-24 13:09 t By lin_toto

XS抛出以下的Exception: Data/Name contains invalid characters(S#403)#0 不知道什么原因求大神解决,谢谢!

77.二元分词问题

发布时间:2011-11-14 17:11 t By icebolt

project.name = demo2 project.default_charset = utf8 server.index = 8383 server.search = 8384 [pid] type = id [subject] index = both tokenizer =xlen(2) 二元分词只能对英文生效,对中文不生效 同时急于需要一元分词,主要是做黑词筛选用,因为有...

78.搜索建议完全匹配后,无返回。

发布时间:2014-06-09 21:06 t By aaron

如题,搜索建议完全匹配后,无返回。 例如我输入:宜芝 返回:宜芝多 我输入:宜芝多 返回:空数组[] 代码如下: $xs = new XS('test'); $search_res = $xs->search->getExpandedQuery($suggest_name);

79.搜索建议,完全匹配后没有返回只

发布时间:2014-06-09 21:06 t By aaron

如题,搜索建议完全匹配后,无返回。 例如我搜索:宜芝 返回:宜芝多 我搜索:宜芝多 返回:空数组[] 代码如下: $xs = new XS('test'); $search_res = $xs->search->getExpandedQuery($suggest_name);

80.貌似分词器不起作用

更新时间:2012-06-08 19:06 t By ywg_713

[color=#FF0000]demo.ini[/color] ----------------------------- project.name = demo project.default_charset = utf-8 server.index = 8383 server.search = 8384 [pid] type = id [subject] type = title [message] type = body [chrono] type = numeric

  • 时间不限
  • 按相关性排序