- 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.
推薦閱讀
- 性能測試從零開始
- AutoCAD 2018中文版基礎教程
- 新編AutoCAD 2016從入門到精通
- SOLIDWORKS Visualize 實例詳解(微視頻版)
- ASP.NET 3.5 Application Architecture and Design
- GlassFish Administration
- 中文版Photoshop CS6應用技法教程
- 虛擬現(xiàn)實:沉浸于VR夢境
- Solid Edge 機械設計基礎及應用
- SolidWorks 2017基礎與實例教程
- MooTools 1.2 Beginner's Guide
- Joomla! 1.5 JavaScript jQuery
- Moodle 2.0 for Business Beginner's Guide
- Photoshop CC平面設計實戰(zhàn)從入門到精通
- AutoCAD 2021中文版從入門到精通