搜索

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

141.XSDocument::__call

...08 (显示) public function __call($name, $args){ if ($this->_meta !== null) { $name = strtolower($name); if (isset($this->_meta[$name])) { return $this->_meta[$name]; } } throw new XSException('Call to undefined method `' . get_class($this) . '::' . $name ....

142.XSFieldScheme::logger

...#L198 (显示) public static function logger(){ if (self::$_logger === null) { $scheme = new self; $scheme->addField('id', array('type' => 'id')); $scheme->addField('pinyin'); $scheme->addField('partial'); $scheme->addField('total', array('type' => 'numeric', '...

143.为什么同一个库,结果却不同

更新时间:2012-07-03 11:07 t By wjliuleidian

...能出来,可是96测试机上只有ID和SUBJECT能出来,其他都是null,用的都是同一个索引库啊,怎么回出现这样的问题; 唯一的不同就是测试机是liunx的,我本地是windows 求解。。。。。。。。。

144.RE: ./sdk/php/util/Indexer.php --source=csv --clean demo

发布时间:2012-04-27 11:04 t By hightman

进入源码看看吧,好像你的 fsockopen() 返回了 null,根据PHP手册讲不可能这个返回值的

145.XS::getSearch

....php#L431 (显示) public function getSearch(){ if ($this->_search === null) { $conns = array(); if (!isset($this->_config['server.search'])) { $conns[] = 8384; } else { foreach (explode(';', $this->_config['server.search']) as $conn) { $...

146.XSIndex

...ffer del() 方法 public XSIndex del(mixed $term, string $field=NULL) $term mixed 单个主键或指定字段的索引词, 或多个组成的数组, 编码与 xs 默认字符集一致 $field string 索引词所属的字段名称, 默认不指定则为主键字段 (类型...

147.scws-1.0.0支持php 5 么?

更新时间:2009-02-19 02:02 t By fjctlzy

...Warning: dl() [function.dl]: Unable to load dynamic library './scws.so' - (null) in /Volumes/Learning/WebApp/scws.php on line 3 Functions available in the test extension: 提示我没有载入...不过我的scws.so放在了/usr/local/php5/lib/php/extensions/no-debug-non-zts-20060613/scws.so ph...

148.加载字典出现乱码 pscws3

发布时间:2010-09-16 16:09 t By chenhu5200

...; $pscws->set_dict($dict); //-------这句出现乱码 if (!is_null($textdata)) { $textdata = trim($textdata); } $arr = $pscws->segment($textdata); 乱码信息如下: ����ļ�·����./pscws3/dict/dict.xdb 请各位高手帮忙解答一下,在此表示...

149.扩展安装问题求助,谢谢

更新时间:2009-05-25 15:05 t By pardis_xiong

... (default = gbk) , Changeable = PHP_INI_ALL scws.default.fpath (default = NULL) , Changeable = PHP_INI_ALL 此外,我用的zend工具做ide,当我把下面的代码复制到ide中,就提示语法错我:意外的set_dict... 这段代码是我自己建一个文件写进去,还是本...

150.当搜索不设置关键字的时候,type = numeric 的字段会乱码

发布时间:2014-04-10 18:04 t By sundyandy

...原来写法是setQuery($query) 手工改成 $docs = $search->setQuery(NULL)->search(); 结果中所有type = numeric 的字段都会乱码, [from] => � [buy_stat] => � [sell_stat] => � [collect_stat] => � 求: 1.什么方法可以列出所有文档? 2.什么方法可...

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