Cannot load Zend Extension Manager - it was built with configuration 1.2.0, whereas running engine is API220090626,NTS PHP Fatal error: Uncaught [XSException] data/api/xs/lib/XS.php(819): Missing field of type ID thrown in /xxxxx/data/api/xs/lib/XS.php on line 819 帮忙看下 谢谢
[quote='vist2007' pid='314' dateline='1323228655'] [quote='askie' pid='312' dateline='1323228058'] 我也遇到了同样问题! [/quote] 把type 设置成为 string 貌似是一种变通的方法 [/quote] 但是就无法排序了!这个是关键!要他就是为了排序的!
测试了一下 numeric 超过100万的值 在update之后 数据精度会丢失 原始数据:1283934062 加入索引并检索 获取数据 1.28393e+09 1.28393e+09 从索引中取出来的数据 精度已经丢失 type = numeric index = self tokenizer = full
比如我有一个栏目ID筛选条件 catid:11 搜索出来的数据,还是有不是catid=11的数据。 配置文件,有catid这个字段 [catid] type = numeric index = self
[quote='hpxl' pid='7811' dateline='1400033006'] sdk/php/app/demo.ini配置 [id] type = id [/quote] 是scws-1.2.2 的如何让它支持自已定义的英文词库? 像http://bbs.xunsearch.com/showthread.php?tid=3088 这样修改代码吗?
你楼上的配置文件 type=id 不应该再指定 index = none啊,ID就包含了索引了,不要冲突
...西啦 help~~~:huh::huh::huh: --------------------------------- [num] type=numeric tokenizer = none index = none 这是索引配置文件 求助~~~~ 不知道为什么好用了:D不是null了 可以查出来了
ini错误啊,type=both没有这样的语法。 numeric 你要有 $doc->sendtime 访问就可以了,应该不会乱码。print_r()返回的是序列化后的字符串啊,不必理会。
ini错误啊,type=both没有这样的语法。 numeric 你要有 $doc->sendtime 访问就可以了,应该不会乱码。print_r()返回的是序列化后的字符串啊,不必理会。
配置项 [on_time] type = numeric 在测试服务器上返回的值是 'on_time' => string '1414566271' (length=10) 发布到线上服务返回的值是 ["on_time"]=> string(11) "1.41204e+09" 线下,线上服务器都是centos+ nginx ,项目配置也是一样的, 虽然在开...