搜索

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

11.XSIndex::update

...reSubmit($this) === false) { return $this; } // check primary key of document $fid = $this->xs->getFieldId(); $key = $doc->f($fid); if ($key === null || $key === '') { throw new XSException('Missing value of primary key (FIELD:' . $fid . ')'); } // request cmd $...

12.RE: Xunsearch 讯搜商品检索中多属性精确搜索疑问

更新时间:2014-12-29 20:12 t By liubo

...etDb() 方法 可是,会报错哦。 $search = new XS('goods_a'); $key = 'ipad'; // $index = $search->index; // $index->setDb('goods_b'); $search->search->setDb('goods_b'); $docs = $search->search->setQuery($key)->search(); --------------------- error : 2376): Couldn't stat 'data/

13.不使用Indexer.php添加数据到xunsearch

更新时间:2012-12-21 20:12 t By Dull

...t(8) unsigned NOT NULL, `flag` tinyint(1) unsigned NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- Dumping data for table `sample` -- [/code] 新建一个数据表,crontab: [code]-- -- Table structure for table `crontab` -- CREATE ...

14.RE: 纯HTML页面如何收录

更新时间:2012-04-06 23:04 t By iqpkeq

...id='705' dateline='1333591381'] 自己做个扫描程序,以文件名为key,内容为body建索引不就好了? xunsearch 本身并不是完整的搜索引擎,它是提供核心组件并附带一些例子 [/quote] 问题是如果是扫描程序,并不能做到实时啊![hr] [quot...

15.XSSearch::getAllSynonyms

...es->buf) as $line) { $value = explode("\t", $line); $key = array_shift($value); $ret[$key] = $value; } } return $ret;} 获取当前库内的全部同义词列表

16.分词时出现堆栈溢出错误

更新时间:2013-04-10 10:04 t By swish

..._node_cmp(const void *a,const void *b) { return strcmp((*((node_t *)a))->key,(*((node_t *)b))->key); } #else #ifdef WIN32 static int _xtree_node_cmp(node_t *a, node_t *b) #else static int _xtree_node_cmp(a, b) node_t *a, *b; #endif { return strcmp((*a)->key, (*b)->key); } #endif 2...

17.XS::convert

...} // array traverse if (is_array($data)) { foreach ($data as $key => $value) { $data[$key] = self::convert($value, $to, $from); } return $data; } // string contain 8bit characters if (is_string($data) && preg_match('/[\x81-\xfe]/', $data)) { // m...

18.XSCommand

... $buf = '', $buf1 = ''){ if (is_array($cmd)) { foreach ($cmd as $key => $value) { if ($key === 'arg' || property_exists($this, $key)) { $this->$key = $value; } } } else { $this->cmd = $cmd; $this->arg1 = $arg1; $this->arg2...

19.XSSearch::setMultiSort

...} // [vno][0/1] (0:reverse,1:asc) $buf = ''; foreach ($fields as $key => $value) { if (is_bool($value)) { $vno = $this->xs->getField($key, true)->vno; $asc = $value; } else { $vno = $this->xs->getField($value, true)->vno; $asc = fals...

20.RE: 纯HTML页面如何收录

发布时间:2012-04-05 10:04 t By hightman

自己做个扫描程序,以文件名为key,内容为body建索引不就好了? xunsearch 本身并不是完整的搜索引擎,它是提供核心组件并附带一些例子

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