搜索

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

131.RE: 布尔搜索问题

更新时间:2012-01-11 14:01 t By a114708367

...from upstream, client: xxx.xxx.xxx.xxx, server: www.xxx.xxx, request: "GET /search?q=source%3Aqiyi+type%3Avideo+tag%3A%E7%94%B5%E5%BD%B1+OR+tag%3A%E6%83%8A %E6%82%9A+OR+tag%3A%E7%8A%AF%E7%BD%AA+OR+tag%3A%E7%88%B1%E6%83%85 HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "www.xxx.xxx", ...

132.xunsearch搜索的时候右边出现的几种分类是怎么实现的

发布时间:2014-03-12 17:03 t By 情雨轩

...索页面 $search->setFacets('name'); //得到分面搜索数据 // get the result $search_begin = microtime(true); $docs = $search->search(); $facelist = $search->getFacets('name'); 可以得到分类名和数据条数组成的数组, 但是接下来 分类名 加上什么样的连...

133.XSServer::write

...r occured if ($bytes === false || $bytes === 0) { $meta = stream_get_meta_data($this->_sock); $this->close(true); $reason = $meta['timed_out'] ? 'timeout' : ($meta['eof'] ? 'closed' : 'unknown'); $msg = 'Failed to send the data to server completely '; $msg .= '(...

134.XSSearch::terms

...$ret = $this->_terms; } else { $cmd = new XSCommand(XS_CMD_QUERY_GET_TERMS, 0, $this->_defaultOp, $query); $res = $this->execCommand($cmd, XS_CMD_OK_QUERY_TERMS); $ret = array(); $tmps = explode(' ', $res->buf); for ($i = 0; $i < count($tmps); $i++) { ...

135.RE: 有没有简洁的php演示搜索代码

发布时间:2011-10-22 16:10 t By hightman

...quote='3左3右' pid='106' dateline='1319192293'] 已解决,原来是我get一个参数,但是没有在url里面传值。。。。 demo 项目在本地可以运行 search.php中的代码: $xs = new XS(`demo`); $search = $xs->search; $doc = $search->search("项目"); print_r($doc) ...

136.XSSearch::getQuery

getQuery() 方法 public string getQuery(string $query=NULL) $query string 搜索语句, 若传入 null 使用默认语句 {return} string 返回解析后的搜索语句 源码: sdk/php/lib/XSSearch.class.php#L204 (显示) public function getQuery($query = null){ $quer...

137.XSSearch::getAllSynonyms

getAllSynonyms() 方法 (自版本 v1.3.0 起可用) public array getAllSynonyms(int $limit=0, int $offset=0, bool $stemmed=false) $limit int 数量上限, 若设为 0 则启用默认值 100 个 $offset int 偏移量, 即跳过的结果数量, 默认为 0 $stemmed bool ...

138.centos下建索引出问题了!

发布时间:2012-09-22 16:09 t By zspoplar

...>__construct(8383) #4 ../usr/local/xunsearch/sdk/php/lib/XS.php(251): XS->getIndex(8383, Object(XS)) #5 Indexer.php(155): XSComponent->__get() #6 {main}

139.RE: scws_has_word没有得到部分指定词库中的词

更新时间:2011-12-09 11:12 t By michaele

...ws_t s=scws_new(); 用下面这个函数可以分出“某词”, scws_get_tops(s,1000,NULL); 而下面判断却没有包含这个词 if( scws_has_word(s,"*")) //"*"用NULL代替也不行 另外我用函数scws_set_ignore(s,1),怎么去不掉文本中的空格等特殊字符[hr] 我...

140.XSSearch::getCorrectedQuery

getCorrectedQuery() 方法 public array getCorrectedQuery(string $query=NULL) $query string 需要展开的前缀, 可为拼音、英文、中文 {return} array 返回搜索词组成的数组 源码: sdk/php/lib/XSSearch.class.php#L795 (显示) public function getCorrecte...

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