- Sphinx Search Beginner's Guide
- Abbas Ali
- 250字
- 2021-04-09 21:30:54
- Download the Win32 binaries of Sphinx from http://www.sphinxsearch.com/downloads.html. Choose the binary depending on whether you want MySQL support, or PostgreSQL support, or both.
- Extract the downloaded ZIP to any suitable location. Let's assume it is extracted to
C:\>sphinx
. - Install the searched system as a Windows service by issuing the following command in the Command Prompt:
C:\sphinx\bin\searchd -install -config C:\sphinx\sphinx.conf -servicename SphinxSearch
This will install
searchd
as a service but it won't be started yet. Before starting the Sphinx service we need to create thesphinx.conf
file and create indexes. This will be done in the next few chapters.
Installing Sphinx on windows is a straight-forward task. We have pre-compiled binaries for the windows platform, which can be used directly.
After extracting the ZIP, we installed the Sphinx service. We need not install anything else since binaries for indexer
and search are readily available in the C:\sphinx\bin
directory.
The use of binaries to create indexes and the use of the searchd service to search will be covered in the next few chapters.
推薦閱讀
- AI繪畫(huà)教程:Midjourney使用方法與技巧從入門(mén)到精通
- Vue.js框架與Web前端開(kāi)發(fā)從入門(mén)到精通
- IBM Cognos 8 Report Studio Cookbook
- 中文版Maya 2012實(shí)用教程(第2版)
- 中文版Photoshop 2020完全自學(xué)教程
- SPSS統(tǒng)計(jì)分析
- SolidWorks2016中文版從入門(mén)到精通/CAX工程應(yīng)用叢書(shū)
- 新印象:CINEMA 4D電商設(shè)計(jì)基礎(chǔ)與實(shí)戰(zhàn)(全視頻微課版)
- PostgreSQL 9.0 High Performance
- UG NX 12.0中文版從入門(mén)到精通
- 中文版3ds Max 2016/VRay效果圖制作實(shí)戰(zhàn)基礎(chǔ)教程(全彩版)
- Photoshop CC圖像處理案例教程(第2版)
- Photoshop 2020實(shí)戰(zhàn)從入門(mén)到精通(超值版)
- Inkscape Starter (Microcontent)
- OpenGL 4.0 Shading Language Cookbook