... 返回自身对象以支持串接操作 源码: sdk/php/lib/XSIndex.class.php#L85 (显示) public function update(XSDocument $doc, $add = false){ // before submit if ($doc->beforeSubmit($this) === false) { return $this; } // check primary key of document $fid = $this->x...
...包含有 handle 指针,将无法正确操作。包含的方法有: class SimpledCWS { resource handle; bool close(void); bool set_charset(string charset) bool set_dict(string dict_path) bool set_rule(string rule_path) bool set_ignore(bool yes) bool set_multi(bool yes) ...
... 典型过滤器写法如下,文件保存为 XSXyzFilter.php ~~~ [php] class XSXyzFilter implements XSDataFilter { public function process($data, $cs) { print_r($data); return $data; } public function processDoc($doc) { // $doc->addTerm('subject', '特殊词'); } } ~~~ 自定义数...
...local/php5/lib/php/extensions/no-debug-non-zts-20060613/scws.so: wrong ELF class: ELFCLASS32 in Unknown on line 0 莫非不能在64位系统上使用,请hightman老大帮忙看看!