Update doc

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

20
README
View File

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