sphinx分布式配置

2021-09-01 15:56:12 字數 829 閱讀 2947

1.修改配置去掉了source只留下引用其它節點的agent,

#源定義

#index定義

index dist

#全域性index定義

indexer

#searchd服務定義

searchd

2.啟動indexer

索引: /usr/local/coreseek/bin/indexer -c etc/csft_mysql.conf dist --all 或

不停服務下索引:

/usr/local/sphinx/bin/indexer --config /usr/local/sphinx/etc/sphinx.conf --all --rotate

搜尋服務:啟動:/usr/local/coreseek/bin/searchd -c etc/csft_distributed.conf

強行停止: /usr/local/coreseek/bin/searchd -c etc/csft_distributed.conf --stop

安靜停止: /usr/local/coreseek/bin/searchd -c etc/csft_distributed.conf --stop

[color=red]在啟動分布索引的時候警告可以忽視[/color] sphinx distributed index can not be directly indexed

3.測試分布式

php api/test.php -i dist opera

能查詢到結果說明已經ok了

[color=red]使用search 或 test_cor*.php是查詢不到結果的 [/color]

sphinx分布式配置

單機配置請參考 搭建coreseek sphinx mmseg3 詳細安裝配置 php之sphinx擴充套件安裝 php呼叫示例 分布式配置很簡單,只需要將區域網內的機器連線即可。vi usr local coreseek etc csft.conf php view plain copy prin...

RabbitMQ分布式配置

通過增加更多的節點來擴充套件訊息通訊的吞吐量 1 集群配置方式 federation 應用於廣域網,允許單台伺服器上的交換機或佇列接收發布到另一台伺服器上交換機或佇列的訊息,可以是單獨機器或集群。federation佇列類似於單向點對點連線,訊息會在聯盟佇列之間 任意次,直到被消費者接受。通常使用f...

SpringCloud 分布式配置

我們一般把配置檔案寫在專案中直接獲取相關引數 spring cloud config實現的配置中心預設採用git來儲存配置資訊,所以使用spring cloud config構建的配置伺服器,天然就支援對微服務應用配置資訊的版本管理,並且可以通過git客戶端工具來方便的管理和訪問配置內容。1.配置倉...