搜索

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

61.XSServer::__construct

...struct(string $conn=NULL, XS $xs=NULL) $conn string 服务端连接参数 $xs XS 需要捆绑的 xs 对象 源码: sdk/php/lib/XSServer.class.php#L143 (显示) public function __construct($conn = null, $xs = null){ $this->xs = $xs; if ($conn !== null) { $this->open(...

62.XSDataSource::__construct

... public void __construct(mixed $type, $arg) $type mixed 对象参数, 常为 SQL 语句或要导入的文件路径 $arg 源码: sdk/php/util/XSDataSource.class.php#L30 (显示) public function __construct($type, $arg){ $this->type = $type; $this->arg = $arg; $thi...

63.XSFieldMeta::__construct

...config=NULL) $name string 字段名称 $config array 可选参数, 初始化字段各项配置 源码: sdk/php/lib/XSFieldScheme.class.php#L298 (显示) public function __construct($name, $config = null){ $this->name = strval($name); if (is_array($config)) { $this->...

64.XSDocument::setFields

...段值 这里是以合并方式赋值, 即不会清空已赋值并且不在参数中的字段.

65.XSSearch::setQuery

...g($query); } return $this;} 设置默认搜索语句 用于不带参数的 count 或 search 以及 terms 调用 可与 addWeight 组合运用

66.RE: xs-ctl.sh faststop有问题

发布时间:2014-12-04 16:12 t By hightman

是不是你启动参数有 -b ? 那么在 stop 命令也需要传入相应的 -b 及值

67.XSServer::setProject

...目名称 $home string 项目在服务器上的目录路径, 可选参数(不得超过255字节). 源码: sdk/php/lib/XSServer.class.php#L251 (显示) public function setProject($name, $home = ''){ if ($name !== $this->_project) { $cmd = array('cmd' => XS_CMD_USE, 'buf' => $na...

68.XSSearch 搜索对象

...XS 的属性 ~~~ 默认情况,搜索对象操作时对于用户输入的参数、搜索结果的输出编码视为默认编码,即 [XS::defaultCharset]。 如果您需要指定不同编码,请调用 [XSSearch::setCharset] 进行设置。 ~~~ [php] $search->setCharset('gbk'); ~~~ 关于搜...

69.INI 配置文件工具

... > note: 在线编辑器暂时不支持指定自定义分词器和分词器参数,这个部分需要用户自行手动修改。 $Id$

70.XSServer::open

...法 public void open(mixed $conn) $conn mixed 服务端连接参数, 支持: <端口号|host:port|本地套接字路径> 源码: sdk/php/lib/XSServer.class.php#L165 (显示) public function open($conn){ $this->close(); $this->_conn = $conn; $this->_flag = self::BROKEN; ...

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