[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
...ype $str = "[" . $this->name . "]\n"; if ($this->type === self::TYPE_NUMERIC) { $str .= "type = numeric\n"; } elseif ($this->type === self::TYPE_DATE) { $str .= "type = date\n"; } elseif ($this->type === self::TYPE_ID) { $str .= "type = id\n"; } elseif ($this->typ...
...d [subject] type = title [message] type = body [chrono] type = numeric 另外fsockopen() 报 fsockopen(): unable to connect to localhost:8384 (Permission denied)(2)
[quote='bigxu' pid='8130' dateline='1401925104'] 请展示一下ini文件 [/quote] project.name = nms project.default_charset = utf-8 [oid] type = id phrase = yes [classid] index = self [content] type = body cutlen = 100 [sendtime] type = numeric
比如我有一个栏目ID筛选条件 catid:11 搜索出来的数据,还是有不是catid=11的数据。 配置文件,有catid这个字段 [catid] type = numeric index = self
是修改了 numeric 字段修剪引发的 BUG,原先用的是 "%g" 效果会自动变指数形式,让人不习惯,因此改回用 %f,并自动修剪尾部没用的 000。 详见:[url]https://github.com/hightman/xunsearch/commit/8a8af7730e60962f690b0ace052efd503c33fb60[/url]
...,而且确实有区间检索和排序的需求,那么我的日期是以numeric类型存储还是以date类型存储好?二者有什么区别? PS. 非常喜欢你们的这个项目!
... 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()返回的是序列化后的字符串啊,不必理会。