Update doc

This commit is contained in:
Michael RICOIS 2015-09-07 14:31:46 +00:00
parent 81eb6136db
commit c05a1e29d0

24
README
View File

@ -4,21 +4,22 @@ USAGE
Sphinx Engine configuration
---------------------------
Create a /etc/sphinxsearch/sphinx.conf
See in scripts/build/config-*
- Config is store in config/
sphinx.conf : Sphinx Engine config
*.conf : one file per index
Table rotation is use with some index
*.conf : one file per index
conf with "tmp" must be use only on master
- Create /etc/sphinxsearch/sphinx.conf
- Create /etc/sphinxsearch/sphinx.reprise.conf
- Data storage
/var/lib/sphinxsearch/log : Log
/var/lib/sphinxsearch/idx : Data index
Indexing
--------
indexer-* : Index on master database with rotation
slave-* : Index on slave database only if table have rotate
manual-* : Manually reload index
indexer-*.sh : Index on master database with rotation
slave-*.sh : Index on slave database only if master table have rotated
manual-*.sh : Manually reload index
Ubuntu PPA repository
=====================
@ -27,6 +28,7 @@ Ubuntu PPA repository
sudo apt-get install libstemmer0d
sudo apt-get update && apt-get install sphinxsearch
Manual installation
===================
apt-get install mysql-client-5.5