搜索

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

51.XS::getField

...ieldMeta getField(mixed $name, bool $throw=true) $name mixed 字段名称(string) 或字段序号(vno, int) $throw bool 当字段不存在时是否抛出异常, 默认为 true {return} XSFieldMeta 字段元数据对象 源码: sdk/php/lib/XS.class.php#L514 (显示) publi...

52.XSDocument::getAddIndex

... public string getAddIndex(string $field) $field string 字段名称 {return} string 文本内容, 若无则返回 null 源码: sdk/php/lib/XSDocument.class.php#L221 (显示) public function getAddIndex($field){ $field = strval($field); if ($this->_texts === null || !...

53.如何支持一个字段存储多个内容

发布时间:2012-06-17 15:06 t By jackie.li

场景: 一个产品名称A,他可能有B、C、D三个别名。数据库中别名是存在另外一个数据表中的,有B、C、D三条记录,对应到产品A上。对于索引的话,我之前用的solr 它有个字段multiValued="true"支持。不知道迅搜怎么做?

54.RE: 建议过滤器能更加方便的进行配置

发布时间:2013-07-03 14:07 t By hightman

好的,我想想怎么支持,或者默认一个过滤器,如果存在就支持,不存在就不支持。比如用项目名称

55.XSComponent::__isset

... 方法 public bool __isset(string $name) $name string 属性名称 {return} bool 若存在为 true, 反之为 false 源码: sdk/php/lib/XS.class.php#L221 (显示) public function __isset($name){ return method_exists($this, 'get' . $name);} 魔术方法 __isset 判...

56.XS::autoload

... public static void autoload(string $name) $name string 类的名称 源码: sdk/php/lib/XS.class.php#L533 (显示) public static function autoload($name){ $file = XS_LIB_ROOT . '/' . $name . '.class.php'; if (file_exists($file)) { require_once $file; }} 智能...

57.XSFieldMeta::__construct

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

58.XSDatabaseDataSource

...数据库源 Protected 属性 隐去继承来的属性 名称类型描述定义于 arg XSDataSource inCli XSDataSource type XSDataSource Public 方法 隐去继承来的方法 名称描述定义于 __construct() 构...

59.平滑重建索引问题

发布时间:2012-02-09 10:02 t By a114708367

...重建,我该怎么写呢? 假设我的项目project.name = wangnan 名称是wangnan 如果这样写: util/Indexer.php --rebuild xxxToXunSearch --project=wangnan 会好使么 ,由于是线上的 ,我不敢试验啊。 求 highman 解答。3Q

60.XSDocument::__get

... 方法 public mixed __get(string $name) $name string 字段名称 {return} mixed 字段值, 若不存在返回 null 源码: sdk/php/lib/XSDocument.class.php#L79 (显示) public function __get($name){ if (!isset($this->_data[$name])) { return null; } retur...

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