Update doc
This commit is contained in:
parent
81eb6136db
commit
c05a1e29d0
20
README
20
README
@ -4,20 +4,21 @@ 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 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
|
||||
|
Loading…
Reference in New Issue
Block a user