<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                企業??AI智能體構建引擎,智能編排和調試,一鍵部署,支持知識庫和私有化部署方案 廣告
                該擴展提供了針對Sphinx搜索客戶端開發庫的綁定. Sphinx是一個獨立的搜索引擎系統,其目的是為其他相關程序和應用提供快速的、規模可擴展的全文搜索功能. Sphinx有著良好的設計,可以很方便的與SQL數據庫結合,并使用腳本語言調用. SPhinx 以及 其客戶端庫 可以從[??官方站點](http://sphinxsearch.com/)獲取,中文用戶也可以從[??Coreseek](http://www.coreseek.cn/)獲取支持中文的版本和服務。 [https://pecl.php.net/package/sphinx](https://pecl.php.net/package/sphinx) 2015年停止維護維護 * [SphinxClient::addQuery](https://www.php.net/manual/zh/sphinxclient.addquery.php)— Add query to multi-query batch * [SphinxClient::buildExcerpts](https://www.php.net/manual/zh/sphinxclient.buildexcerpts.php)— Build text snippets * [SphinxClient::buildKeywords](https://www.php.net/manual/zh/sphinxclient.buildkeywords.php)— Extract keywords from query * [SphinxClient::close](https://www.php.net/manual/zh/sphinxclient.close.php)— 關閉先前打開的持久連接 * [SphinxClient::\_\_construct](https://www.php.net/manual/zh/sphinxclient.construct.php)— Create a new SphinxClient object * [SphinxClient::escapeString](https://www.php.net/manual/zh/sphinxclient.escapestring.php)— Escape special characters * [SphinxClient::getLastError](https://www.php.net/manual/zh/sphinxclient.getlasterror.php)— Get the last error message * [SphinxClient::getLastWarning](https://www.php.net/manual/zh/sphinxclient.getlastwarning.php)— Get the last warning * [SphinxClient::open](https://www.php.net/manual/zh/sphinxclient.open.php)— 建立到搜索服務端的持久連接 * [SphinxClient::query](https://www.php.net/manual/zh/sphinxclient.query.php)— 執行搜索查詢 * [SphinxClient::resetFilters](https://www.php.net/manual/zh/sphinxclient.resetfilters.php)— Clear all filters * [SphinxClient::resetGroupBy](https://www.php.net/manual/zh/sphinxclient.resetgroupby.php)— Clear all group-by settings * [SphinxClient::runQueries](https://www.php.net/manual/zh/sphinxclient.runqueries.php)— Run a batch of search queries * [SphinxClient::setArrayResult](https://www.php.net/manual/zh/sphinxclient.setarrayresult.php)— 控制搜索結果集的返回格式 * [SphinxClient::setConnectTimeout](https://www.php.net/manual/zh/sphinxclient.setconnecttimeout.php)— Set connection timeout * [SphinxClient::setFieldWeights](https://www.php.net/manual/zh/sphinxclient.setfieldweights.php)— Set field weights * [SphinxClient::setFilter](https://www.php.net/manual/zh/sphinxclient.setfilter.php)— 增加整數值過濾器 * [SphinxClient::setFilterFloatRange](https://www.php.net/manual/zh/sphinxclient.setfilterfloatrange.php)— Add new float range filter * [SphinxClient::setFilterRange](https://www.php.net/manual/zh/sphinxclient.setfilterrange.php)— Add new integer range filter * [SphinxClient::setGeoAnchor](https://www.php.net/manual/zh/sphinxclient.setgeoanchor.php)— Set anchor point for a geosphere distance calculations * [SphinxClient::setGroupBy](https://www.php.net/manual/zh/sphinxclient.setgroupby.php)— Set grouping attribute * [SphinxClient::setGroupDistinct](https://www.php.net/manual/zh/sphinxclient.setgroupdistinct.php)— Set attribute name for per-group distinct values count calculations * [SphinxClient::setIDRange](https://www.php.net/manual/zh/sphinxclient.setidrange.php)— Set a range of accepted document IDs * [SphinxClient::setIndexWeights](https://www.php.net/manual/zh/sphinxclient.setindexweights.php)— Set per-index weights * [SphinxClient::setLimits](https://www.php.net/manual/zh/sphinxclient.setlimits.php)— 設置返回結果集偏移量和數目 * [SphinxClient::setMatchMode](https://www.php.net/manual/zh/sphinxclient.setmatchmode.php)— 設置全文查詢的匹配模式 * [SphinxClient::setMaxQueryTime](https://www.php.net/manual/zh/sphinxclient.setmaxquerytime.php)— Set maximum query time * [SphinxClient::setOverride](https://www.php.net/manual/zh/sphinxclient.setoverride.php)— Sets temporary per-document attribute value overrides * [SphinxClient::setRankingMode](https://www.php.net/manual/zh/sphinxclient.setrankingmode.php)— Set ranking mode * [SphinxClient::setRetries](https://www.php.net/manual/zh/sphinxclient.setretries.php)— Set retry count and delay * [SphinxClient::setSelect](https://www.php.net/manual/zh/sphinxclient.setselect.php)— Set select clause * [SphinxClient::setServer](https://www.php.net/manual/zh/sphinxclient.setserver.php)— 設置searchd的主機名和TCP端口 * [SphinxClient::setSortMode](https://www.php.net/manual/zh/sphinxclient.setsortmode.php)— Set matches sorting mode * [SphinxClient::status](https://www.php.net/manual/zh/sphinxclient.status.php)— Queries searchd status * [SphinxClient::updateAttributes](https://www.php.net/manual/zh/sphinxclient.updateattributes.php)— Update document attributes 例子 ``` $s = new SphinxClient; $s->setServer("localhost", 6712); $s->setMatchMode(SPH_MATCH_ANY); $s->setMaxQueryTime(3); $result = $s->query("test"); var_dump($result); ```
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看