# StudySphinx **Repository Path**: SparkLee2017/StudySphinx ## Basic Information - **Project Name**: StudySphinx - **Description**: Sphinx搜索引擎学习工程 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-10-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ========================= sphinx使用 ========================= 1、配置 sphinx配置文件路径:sphinx-2.2.11-release-win64\sphinx.conf 2、建立索引 cd sphinx-2.2.11-release-win64 bin/indexer.exe --all 3、开启sphinx服务 cd sphinx-2.2.11-release-win64 bin/searchd.exe ========================= coreseek使用 ========================= 1、配置 coreseek mysql数据源的配置文件路径:coreseek-4.1-win32\etc\csft_mysql.conf 2、建立索引 coreseek-4.1-win32/bin/indexer.exe --all -c coreseek-4.1-win32/etc/csft_mysql.conf 3、开启sphinx服务 coreseek-4.1-win32/bin/searchd -c coreseek-4.1-win32/etc/csft_mysql.conf